#72AEBE

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

Shades of Glacier #72AEBE

Tints of Glacier #72AEBE

Color information

#72AEBE (or 0x72AEBE) is unknown color: approx Glacier. HEX triplet: 72, AE and BE. RGB value is (114,174,190). Sum of RGB (Red+Green+Blue) = 114+174+190=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #72AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AEBE is #8D5141. Grayscale: #9D9D9D. Windows color (decimal): -9261378 or 12496498. OLE color: 12496498.

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

Color convert

RGB114174190-
CMYK0.400.0800.25
HSL192.63º36.89%59.61%-
HSV(B)192.63º40%74.51%-
XYZ31.3737.5754.31-
YUV157.88146.1296.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.85%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=23.85%
G=36.40%
B=39.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141741900.400.0800.25192.6336.8959.61
Hex72AEBE288019c1253c
Octal16225627650100313014574
Binary11100101010111010111110101000100001100111000001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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