#72B2BC

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

Shades of Glacier #72B2BC

Tints of Glacier #72B2BC

Color information

#72B2BC (or 0x72B2BC) is unknown color: approx Glacier. HEX triplet: 72, B2 and BC. RGB value is (114,178,188). Sum of RGB (Red+Green+Blue) = 114+178+188=480 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.75% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #72B2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B2BC is #8D4D43. Grayscale: #9F9F9F. Windows color (decimal): -9260356 or 12366450. OLE color: 12366450.

HSL color Cylindrical-coordinate representation of color #72B2BC: hue angle of 188.11º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72B2BC is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB114178188-
CMYK0.390.0500.26
HSL188.11º35.58%59.22%-
HSV(B)188.11º39.36%73.73%-
XYZ31.9439.0553.43-
YUV160143.895.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.75%
GREEN value IS 178 (69.92% from 255) = 37.08%
BLUE value IS 188 (73.83% from 255) = 39.17%
R=23.75%
G=37.08%
B=39.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141781880.390.0500.26188.1135.5859.22
Hex72B2BC27501Abc243b
Octal1622622744750322744473
Binary1110010101100101011110010011110101101010111100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,178,188); }

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

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

 a { background-color: rgb(114,178,188); }

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

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

 span { border-color: rgb(114,178,188); }

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