#72BAB0

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

Shades of Gulf Stream #72BAB0

Tints of Gulf Stream #72BAB0

Color information

#72BAB0 (or 0x72BAB0) is unknown color: approx Gulf Stream. HEX triplet: 72, BA and B0. RGB value is (114,186,176). Sum of RGB (Red+Green+Blue) = 114+186+176=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #72BAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BAB0 is #8D454F. Grayscale: #A3A3A3. Windows color (decimal): -9258320 or 11582066. OLE color: 11582066.

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

Color convert

RGB114186176-
CMYK0.3900.050.27
HSL171.67º34.29%58.82%-
HSV(B)171.67º38.71%72.94%-
XYZ32.3341.8347.44-
YUV163.33135.1592.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.95%
GREEN value IS 186 (73.05% from 255) = 39.08%
BLUE value IS 176 (69.14% from 255) = 36.97%
R=23.95%
G=39.08%
B=36.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141861760.3900.050.27171.6734.2958.82
Hex72BAB027051Bac223b
Octal1622722604705332544273
Binary1110010101110101011000010011101011101110101100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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