#72BAA9

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

Shades of Gulf Stream #72BAA9

Tints of Gulf Stream #72BAA9

Color information

#72BAA9 (or 0x72BAA9) is unknown color: approx Gulf Stream. HEX triplet: 72, BA and A9. RGB value is (114,186,169). Sum of RGB (Red+Green+Blue) = 114+186+169=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #72BAA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BAA9 is #8D4556. Grayscale: #A2A2A2. Windows color (decimal): -9258327 or 11123314. OLE color: 11123314.

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

Color convert

RGB114186169-
CMYK0.3900.090.27
HSL165.83º34.29%58.82%-
HSV(B)165.83º38.71%72.94%-
XYZ31.6641.5643.89-
YUV162.53131.6593.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.31%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 169 (66.41% from 255) = 36.03%
R=24.31%
G=39.66%
B=36.03%

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
Decimal1141861690.3900.090.27165.8334.2958.82
Hex72BAA927091Ba6223b
Octal16227225147011332464273
Binary11100101011101010101001100111010011101110100110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,186,169); }

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

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

 a { background-color: rgb(114,186,169); }

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

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

 span { border-color: rgb(114,186,169); }

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