#73AEBE

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

Shades of Glacier #73AEBE

Tints of Glacier #73AEBE

Color information

#73AEBE (or 0x73AEBE) is unknown color: approx Glacier. HEX triplet: 73, AE and BE. RGB value is (115,174,190). Sum of RGB (Red+Green+Blue) = 115+174+190=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #73AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AEBE is #8C5141. Grayscale: #9E9E9E. Windows color (decimal): -9195842 or 12496499. OLE color: 12496499.

HSL color Cylindrical-coordinate representation of color #73AEBE: hue angle of 192.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73AEBE is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115174190-
CMYK0.390.0800.25
HSL192.8º36.59%59.8%-
HSV(B)192.8º39.47%74.51%-
XYZ31.537.6354.32-
YUV158.18145.9597.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.01%
GREEN value IS 174 (68.36% from 255) = 36.33%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=24.01%
G=36.33%
B=39.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151741900.390.0800.25192.836.5959.8
Hex73AEBE278019c1253c
Octal16325627647100313014574
Binary11100111010111010111110100111100001100111000001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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