#72B6BE

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

Shades of Glacier #72B6BE

Tints of Glacier #72B6BE

Color information

#72B6BE (or 0x72B6BE) is unknown color: approx Glacier. HEX triplet: 72, B6 and BE. RGB value is (114,182,190). Sum of RGB (Red+Green+Blue) = 114+182+190=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #72B6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B6BE is #8D4941. Grayscale: #A2A2A2. Windows color (decimal): -9259330 or 12498546. OLE color: 12498546.

HSL color Cylindrical-coordinate representation of color #72B6BE: hue angle of 186.32º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72B6BE is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114182190-
CMYK0.400.0400.25
HSL186.32º36.89%59.61%-
HSV(B)186.32º40%74.51%-
XYZ32.9640.7554.84-
YUV162.58143.4793.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.46%
GREEN value IS 182 (71.48% from 255) = 37.45%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=23.46%
G=37.45%
B=39.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141821900.400.0400.25186.3236.8959.61
Hex72B6BE284019ba253c
Octal1622662765040312724574
Binary1110010101101101011111010100010001100110111010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,182,190); }

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

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

 a { background-color: rgb(114,182,190); }

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

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

 span { border-color: rgb(114,182,190); }

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