#72BBAB

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

Shades of Gulf Stream #72BBAB

Tints of Gulf Stream #72BBAB

Color information

#72BBAB (or 0x72BBAB) is unknown color: approx Gulf Stream. HEX triplet: 72, BB and AB. RGB value is (114,187,171). Sum of RGB (Red+Green+Blue) = 114+187+171=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #72BBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BBAB is #8D4454. Grayscale: #A3A3A3. Windows color (decimal): -9258069 or 11254642. OLE color: 11254642.

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

Color convert

RGB114187171-
CMYK0.3900.090.27
HSL166.85º34.93%59.02%-
HSV(B)166.85º39.04%73.33%-
XYZ32.0642.0644.96-
YUV163.35132.3292.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.15%
GREEN value IS 187 (73.44% from 255) = 39.62%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=24.15%
G=39.62%
B=36.23%

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
Decimal1141871710.3900.090.27166.8534.9359.02
Hex72BBAB27091Ba7233b
Octal16227325347011332474373
Binary11100101011101110101011100111010011101110100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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