#72B4BE

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

Shades of Glacier #72B4BE

Tints of Glacier #72B4BE

Color information

#72B4BE (or 0x72B4BE) is unknown color: approx Glacier. HEX triplet: 72, B4 and BE. RGB value is (114,180,190). Sum of RGB (Red+Green+Blue) = 114+180+190=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #72B4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B4BE is #8D4B41. Grayscale: #A1A1A1. Windows color (decimal): -9259842 or 12498034. OLE color: 12498034.

HSL color Cylindrical-coordinate representation of color #72B4BE: hue angle of 187.89º 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 #72B4BE is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114180190-
CMYK0.400.0500.25
HSL187.89º36.89%59.61%-
HSV(B)187.89º40%74.51%-
XYZ32.5539.9454.71-
YUV161.41144.1394.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.55%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=23.55%
G=37.19%
B=39.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141801900.400.0500.25187.8936.8959.61
Hex72B4BE285019bc253c
Octal1622642765050312744574
Binary1110010101101001011111010100010101100110111100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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