#72b5bf

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

Shades of Glacier #72B5BF

Tints of Glacier #72B5BF

Color information

#72B5BF (or 0x72B5BF) is unknown color: approx Glacier. HEX triplet: 72, B5 and BF. RGB value is (114,181,191). Sum of RGB (Red+Green+Blue) = 114+181+191=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #72B5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B5BF is #8D4A40. Grayscale: #A1A1A1. Windows color (decimal): -9259585 or 12563826. OLE color: 12563826.

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

Color convert

RGB114181191-
CMYK0.400.0500.25
HSL187.79º37.56%59.8%-
HSV(B)187.79º40.31%74.9%-
XYZ32.8740.3955.35-
YUV162.11144.393.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.46%
GREEN value IS 181 (71.09% from 255) = 37.24%
BLUE value IS 191 (75% from 255) = 39.30%
R=23.46%
G=37.24%
B=39.30%

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
Decimal1141811910.400.0500.25187.7937.5659.8
Hex72B5BF285019bc263c
Octal1622652775050312744674
Binary1110010101101011011111110100010101100110111100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72b5bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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