#73B4C0

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

Shades of Glacier #73B4C0

Tints of Glacier #73B4C0

Color information

#73B4C0 (or 0x73B4C0) is unknown color: approx Glacier. HEX triplet: 73, B4 and C0. RGB value is (115,180,192). Sum of RGB (Red+Green+Blue) = 115+180+192=487 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.61% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 192 - color contains mainly: blue. Hex color #73B4C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B4C0 is #8C4B3F. Grayscale: #A1A1A1. Windows color (decimal): -9194304 or 12629107. OLE color: 12629107.

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

Color convert

RGB115180192-
CMYK0.400.0600.25
HSL189.35º37.93%60.2%-
HSV(B)189.35º40.1%75.29%-
XYZ32.9140.0955.87-
YUV161.93144.9794.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.61%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 192 (75.39% from 255) = 39.43%
R=23.61%
G=36.96%
B=39.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151801920.400.0600.25189.3537.9360.2
Hex73B4C0286019bd263c
Octal1632643005060312754674
Binary1110011101101001100000010100011001100110111101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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