#72BCAF

Color #72BCAF Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #72BCAF

Tints of Gulf Stream #72BCAF

Color information

#72BCAF (or 0x72BCAF) is unknown color: approx Gulf Stream. HEX triplet: 72, BC and AF. RGB value is (114,188,175). Sum of RGB (Red+Green+Blue) = 114+188+175=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 188 - color contains mainly: green. Hex color #72BCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BCAF is #8D4350. Grayscale: #A4A4A4. Windows color (decimal): -9257809 or 11517042. OLE color: 11517042.

HSL color Cylindrical-coordinate representation of color #72BCAF: hue angle of 169.46º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BCAF is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB114188175-
CMYK0.3900.070.26
HSL169.46º35.58%59.22%-
HSV(B)169.46º39.36%73.73%-
XYZ32.6642.6447.07-
YUV164.39133.9892.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 23.90%
GREEN value IS 188 (73.83% from 255) = 39.41%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=23.90%
G=39.41%
B=36.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141881750.3900.070.26169.4635.5859.22
Hex72BCAF27071Aa9243b
Octal1622742574707322514473
Binary1110010101111001010111110011101111101010101001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72BCAF; }

 p { color: rgb(114,188,175); }

 H1.HeaderClassName
 {
   color: #72BCAF;
 }
 .AnyTagClassName
 {
   color: #72BCAF;
 }
</style>
background-color css

<style>
 a { background-color: #72BCAF; }

 a { background-color: rgb(114,188,175); }

 div.DivClassName
 {
   background-color: #72BCAF;
 }
 .BgClassName
 {
   background-color: #72BCAF;
 }
</style>
border-color css

<style>
 span { border-color: #72BCAF; }

 span { border-color: rgb(114,188,175); }

 td.TdClassName
 {
   border-color: #72BCAF;
 }
 .TagClassName
 {
   border-color: #72BCAF;
 }
</style>