#72BAA6

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

Shades of Gulf Stream #72BAA6

Tints of Gulf Stream #72BAA6

Color information

#72BAA6 (or 0x72BAA6) is unknown color: approx Gulf Stream. HEX triplet: 72, BA and A6. RGB value is (114,186,166). Sum of RGB (Red+Green+Blue) = 114+186+166=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #72BAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BAA6 is #8D4559. Grayscale: #A2A2A2. Windows color (decimal): -9258330 or 10926706. OLE color: 10926706.

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

Color convert

RGB114186166-
CMYK0.3900.110.27
HSL163.33º34.29%58.82%-
HSV(B)163.33º38.71%72.94%-
XYZ31.3841.4542.42-
YUV162.19130.1593.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.46%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 166 (65.23% from 255) = 35.62%
R=24.46%
G=39.91%
B=35.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141861660.3900.110.27163.3334.2958.82
Hex72BAA6270B1Ba3223b
Octal16227224647013332434273
Binary11100101011101010100110100111010111101110100011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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