COLOR #75CFE0

HEX: #75CFE0 RGB: (117,207,224)

Color info

#75CFE0 contains mainly green and blue colors. Web safe color of #75CFE0 is #66CCCC (or #6CC).

RGB color model

#75CFE0 color RGB value is (117,207,224).

RGB: (117,207,224) (46%, 81%, 88%)

RGB channels and saturation

R 117 of 255 = 46%
G 207 of 255 = 81%
B 224 of 255 = 88%

117
207
224

R + G + B ~ 72%. #75CFE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 207 + 224 = 548 (100%)
R 117 of 548 ~ 21.35%
G 207 of 548 ~ 37.77%
B 224 of 548 ~ 40.88'%

%21.35
%37.77
%40.88

CMYK color model

#75CFE0 color CMYK value is (48,8,0,12).

  • cyan value is 47.77%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (48,8,0,12)
C48M8Y0K12 (48%, 8%, 0%, 12%)
(0.48 / 0.08 / 0.00 / 0.12)

CMYK percentages

%47.77
%7.59
%0
%12.16

Codes

Color #75CFE0 in popluar color models

75 CF E0
RGB 117 207 224
HSL 190° 63.31% 66.86%
HSB/HSV 190° 47.77% 87.84%
CMYK 47.77% 7.59% 0.00%
12.16%

Color #75CFE0 in popluar number systems.

HEX 75 CF E0
Decimal 117 207 224
Binary 1110101 11001111 11100000
Octal 165 317 340

Shades and tints

Shades of #75CFE0

#75CFE0
(117,207,224)
#6BBDCC
(107,189,204)
#61ABB8
(97,171,184)
#5799A4
(87,153,164)
#4D8790
(77,135,144)
#43757C
(67,117,124)
#396368
(57,99,104)
#2F5154
(47,81,84)
#253F40
(37,63,64)
#1B2D2C
(27,45,44)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #75CFE0

#75CFE0
(117,207,224)
#81D3E2
(129,211,226)
#8DD7E4
(141,215,228)
#99DBE6
(153,219,230)
#A5DFE8
(165,223,232)
#B1E3EA
(177,227,234)
#BDE7EC
(189,231,236)
#C9EBEE
(201,235,238)
#D5EFF0
(213,239,240)
#E1F3F2
(225,243,242)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75CFE0 color. Also use rgb(117,207,224) instead hex code.

Text Font Color

.myTextColor { color: #75CFE0; }

<p style="color:#75CFE0">This sample text font color is #75CFE0.</p>

This text font color is #75CFE0.

Background Color

.myBgColor { background-color: #75CFE0; }

<div style="background-color:#75CFE0">Inner text</div>

This div background color is #75CFE0.

Border color

.myBorderColor { border: 1px solid #75CFE0; }

<div style="border:3px solid #75CFE0">Div</div>

This div border color is #75CFE0.

Opacity

.myOpacity80 { color: #75CFE0; opacity: 0.8; }

<p style="color:#75CFE0;opacity:0.8;">80%</p>

Text with #75CFE0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #75CFE0;}

<p style="text-shadow: 3px 3px 1px #75CFE0">Text here.</p>

This text has shadow with #75CFE0 color.


.textShadow {text-shadow: 3px 3px 1px #75CFE0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #75CFE0, 5px 5px 20px red">Text here.</p>

This text has shadow with #75CFE0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75CFE0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#75CFE0, Direction=45, Strength=4)">Text</p>

This text has shadow with #75CFE0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #75CFE0;
-webkit-box-shadow: 1px 1px 3px 2px #75CFE0;
box-shadow: 1px 1px 3px 2px #75CFE0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75CFE0; -webkit-box-shadow: 1px 1px 3px 2px #75CFE0; box-shadow:1px 1px 3px 2px #75CFE0;">
Div content here
</div>

This div box has shadow with color #75CFE0.

Preview

Color preview on black background

This text has color #75CFE0 on black background.


Color preview on white background

This text has color #75CFE0 on white background.


Black color preview on #75CFE0 background

This text has black color on #75CFE0 background.


White color preview on #75CFE0 background

This text has white color on #75CFE0 background.


Related colors

Complementary color

Complementary color for #hex is #8A301F.


I love getcolorcode.com

Triadic colors

1 #E075CF and #CFE075 with #75CFE0 are triadic colors.

2 #E0CF75 and #CF75E0 with #75CFE0 are triadic colors.