#72BAAA

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

Shades of Gulf Stream #72BAAA

Tints of Gulf Stream #72BAAA

Color information

#72BAAA (or 0x72BAAA) is unknown color: approx Gulf Stream. HEX triplet: 72, BA and AA. RGB value is (114,186,170). Sum of RGB (Red+Green+Blue) = 114+186+170=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #72BAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BAAA is #8D4555. Grayscale: #A2A2A2. Windows color (decimal): -9258326 or 11188850. OLE color: 11188850.

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

Color convert

RGB114186170-
CMYK0.3900.090.27
HSL166.67º34.29%58.82%-
HSV(B)166.67º38.71%72.94%-
XYZ31.7541.644.39-
YUV162.65132.1593.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.26%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=24.26%
G=39.57%
B=36.17%

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
Decimal1141861700.3900.090.27166.6734.2958.82
Hex72BAAA27091Ba7223b
Octal16227225247011332474273
Binary11100101011101010101010100111010011101110100111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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