#72BBAA

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

Shades of Gulf Stream #72BBAA

Tints of Gulf Stream #72BBAA

Color information

#72BBAA (or 0x72BBAA) is unknown color: approx Gulf Stream. HEX triplet: 72, BB and AA. RGB value is (114,187,170). Sum of RGB (Red+Green+Blue) = 114+187+170=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #72BBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BBAA is #8D4455. Grayscale: #A3A3A3. Windows color (decimal): -9258070 or 11189106. OLE color: 11189106.

HSL color Cylindrical-coordinate representation of color #72BBAA: hue angle of 166.03º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BBAA is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB114187170-
CMYK0.3900.090.27
HSL166.03º34.93%59.02%-
HSV(B)166.03º39.04%73.33%-
XYZ31.9742.0244.46-
YUV163.23131.8292.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.20%
GREEN value IS 187 (73.44% from 255) = 39.70%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=24.20%
G=39.70%
B=36.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141871700.3900.090.27166.0334.9359.02
Hex72BBAA27091Ba6233b
Octal16227325247011332464373
Binary11100101011101110101010100111010011101110100110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,187,170); }

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

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

 a { background-color: rgb(114,187,170); }

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

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

 span { border-color: rgb(114,187,170); }

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