#72BAB5

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

Shades of Gulf Stream #72BAB5

Tints of Gulf Stream #72BAB5

Color information

#72BAB5 (or 0x72BAB5) is unknown color: approx Gulf Stream. HEX triplet: 72, BA and B5. RGB value is (114,186,181). Sum of RGB (Red+Green+Blue) = 114+186+181=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #72BAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BAB5 is #8D454A. Grayscale: #A3A3A3. Windows color (decimal): -9258315 or 11909746. OLE color: 11909746.

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

Color convert

RGB114186181-
CMYK0.3900.030.27
HSL175.83º34.29%58.82%-
HSV(B)175.83º38.71%72.94%-
XYZ32.8442.0350.1-
YUV163.9137.6592.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.70%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 181 (71.09% from 255) = 37.63%
R=23.70%
G=38.67%
B=37.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141861810.3900.030.27175.8334.2958.82
Hex72BAB527031Bb0223b
Octal1622722654703332604273
Binary111001010111010101101011001110111101110110000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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