#73ADC0

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

Shades of Glacier #73ADC0

Tints of Glacier #73ADC0

Color information

#73ADC0 (or 0x73ADC0) is unknown color: approx Glacier. HEX triplet: 73, AD and C0. RGB value is (115,173,192). Sum of RGB (Red+Green+Blue) = 115+173+192=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #73ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ADC0 is #8C523F. Grayscale: #9D9D9D. Windows color (decimal): -9196096 or 12627315. OLE color: 12627315.

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

Color convert

RGB115173192-
CMYK0.400.1000.25
HSL194.81º37.93%60.2%-
HSV(B)194.81º40.1%75.29%-
XYZ31.5337.3455.41-
YUV157.82147.2897.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.96%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 192 (75.39% from 255) = 40%
R=23.96%
G=36.04%
B=40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151731920.400.1000.25194.8137.9360.2
Hex73ADC028A019c3263c
Octal16325530050120313034674
Binary11100111010110111000000101000101001100111000011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,173,192); }

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

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

 a { background-color: rgb(115,173,192); }

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

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

 span { border-color: rgb(115,173,192); }

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