#72B6BA

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

Shades of Glacier #72B6BA

Tints of Glacier #72B6BA

Color information

#72B6BA (or 0x72B6BA) is unknown color: approx Glacier. HEX triplet: 72, B6 and BA. RGB value is (114,182,186). Sum of RGB (Red+Green+Blue) = 114+182+186=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #72B6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B6BA is #8D4945. Grayscale: #A2A2A2. Windows color (decimal): -9259334 or 12236402. OLE color: 12236402.

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

Color convert

RGB114182186-
CMYK0.390.0200.27
HSL183.33º34.29%58.82%-
HSV(B)183.33º38.71%72.94%-
XYZ32.5340.5852.57-
YUV162.12141.4793.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.65%
GREEN value IS 182 (71.48% from 255) = 37.76%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=23.65%
G=37.76%
B=38.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141821860.390.0200.27183.3334.2958.82
Hex72B6BA27201Bb7223b
Octal1622662724720332674273
Binary111001010110110101110101001111001101110110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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