#73ADBF

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

Shades of Glacier #73ADBF

Tints of Glacier #73ADBF

Color information

#73ADBF (or 0x73ADBF) is unknown color: approx Glacier. HEX triplet: 73, AD and BF. RGB value is (115,173,191). Sum of RGB (Red+Green+Blue) = 115+173+191=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #73ADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ADBF is #8C5240. Grayscale: #9D9D9D. Windows color (decimal): -9196097 or 12561779. OLE color: 12561779.

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

Color convert

RGB115173191-
CMYK0.400.0900.25
HSL194.21º37.25%60%-
HSV(B)194.21º39.79%74.9%-
XYZ31.4237.2954.83-
YUV157.71146.7897.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.01%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 191 (75% from 255) = 39.87%
R=24.01%
G=36.12%
B=39.87%

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
Decimal1151731910.400.0900.25194.2137.2560
Hex73ADBF289019c2253c
Octal16325527750110313024574
Binary11100111010110110111111101000100101100111000010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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