#72BCAE

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

Shades of Gulf Stream #72BCAE

Tints of Gulf Stream #72BCAE

Color information

#72BCAE (or 0x72BCAE) is unknown color: approx Gulf Stream. HEX triplet: 72, BC and AE. RGB value is (114,188,174). Sum of RGB (Red+Green+Blue) = 114+188+174=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #72BCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BCAE is #8D4351. Grayscale: #A4A4A4. Windows color (decimal): -9257810 or 11451506. OLE color: 11451506.

HSL color Cylindrical-coordinate representation of color #72BCAE: hue angle of 168.65º 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 #72BCAE is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB114188174-
CMYK0.3900.070.26
HSL168.65º35.58%59.22%-
HSV(B)168.65º39.36%73.73%-
XYZ32.5642.646.55-
YUV164.28133.4892.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.95%
GREEN value IS 188 (73.83% from 255) = 39.50%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=23.95%
G=39.50%
B=36.55%

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
Decimal1141881740.3900.070.26168.6535.5859.22
Hex72BCAE27071Aa9243b
Octal1622742564707322514473
Binary1110010101111001010111010011101111101010101001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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