#72BAAC

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

Shades of Gulf Stream #72BAAC

Tints of Gulf Stream #72BAAC

Color information

#72BAAC (or 0x72BAAC) is unknown color: approx Gulf Stream. HEX triplet: 72, BA and AC. RGB value is (114,186,172). Sum of RGB (Red+Green+Blue) = 114+186+172=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #72BAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BAAC is #8D4553. Grayscale: #A2A2A2. Windows color (decimal): -9258324 or 11319922. OLE color: 11319922.

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

Color convert

RGB114186172-
CMYK0.3900.080.27
HSL168.33º34.29%58.82%-
HSV(B)168.33º38.71%72.94%-
XYZ31.9441.6745.39-
YUV162.88133.1593.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.15%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=24.15%
G=39.41%
B=36.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141861720.3900.080.27168.3334.2958.82
Hex72BAAC27081Ba8223b
Octal16227225447010332504273
Binary11100101011101010101100100111010001101110101000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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