#72B4BF

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

Shades of Glacier #72B4BF

Tints of Glacier #72B4BF

Color information

#72B4BF (or 0x72B4BF) is unknown color: approx Glacier. HEX triplet: 72, B4 and BF. RGB value is (114,180,191). Sum of RGB (Red+Green+Blue) = 114+180+191=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #72B4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B4BF is #8D4B40. Grayscale: #A1A1A1. Windows color (decimal): -9259841 or 12563570. OLE color: 12563570.

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

Color convert

RGB114180191-
CMYK0.400.0600.25
HSL188.57º37.56%59.8%-
HSV(B)188.57º40.31%74.9%-
XYZ32.6639.9855.29-
YUV161.52144.6394.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.51%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 191 (75% from 255) = 39.38%
R=23.51%
G=37.11%
B=39.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141801910.400.0600.25188.5737.5659.8
Hex72B4BF286019bd263c
Octal1622642775060312754674
Binary1110010101101001011111110100011001100110111101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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