#72BAA2

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

Shades of Gulf Stream #72BAA2

Tints of Gulf Stream #72BAA2

Color information

#72BAA2 (or 0x72BAA2) is unknown color: approx Gulf Stream. HEX triplet: 72, BA and A2. RGB value is (114,186,162). Sum of RGB (Red+Green+Blue) = 114+186+162=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #72BAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BAA2 is #8D455D. Grayscale: #A1A1A1. Windows color (decimal): -9258334 or 10664562. OLE color: 10664562.

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

Color convert

RGB114186162-
CMYK0.3900.130.27
HSL160º34.29%58.82%-
HSV(B)160º38.71%72.94%-
XYZ31.0241.340.52-
YUV161.74128.1593.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.68%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 162 (63.67% from 255) = 35.06%
R=24.68%
G=40.26%
B=35.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141861620.3900.130.2716034.2958.82
Hex72BAA2270D1Ba0223b
Octal16227224247015332404273
Binary11100101011101010100010100111011011101110100000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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