#72ADBF

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

Shades of Glacier #72ADBF

Tints of Glacier #72ADBF

Color information

#72ADBF (or 0x72ADBF) is unknown color: approx Glacier. HEX triplet: 72, AD and BF. RGB value is (114,173,191). Sum of RGB (Red+Green+Blue) = 114+173+191=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #72ADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ADBF is #8D5240. Grayscale: #9D9D9D. Windows color (decimal): -9261633 or 12561778. OLE color: 12561778.

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

Color convert

RGB114173191-
CMYK0.400.0900.25
HSL194.03º37.56%59.8%-
HSV(B)194.03º40.31%74.9%-
XYZ31.2937.2354.83-
YUV157.41146.9597.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.85%
GREEN value IS 173 (67.97% from 255) = 36.19%
BLUE value IS 191 (75% from 255) = 39.96%
R=23.85%
G=36.19%
B=39.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141731910.400.0900.25194.0337.5659.8
Hex72ADBF289019c2263c
Octal16225527750110313024674
Binary11100101010110110111111101000100101100111000010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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