#73C4C8

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

Shades of Glacier #73C4C8

Tints of Glacier #73C4C8

Color information

#73C4C8 (or 0x73C4C8) is unknown color: approx Glacier. HEX triplet: 73, C4 and C8. RGB value is (115,196,200). Sum of RGB (Red+Green+Blue) = 115+196+200=511 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.50% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 200 - color contains mainly: blue. Hex color #73C4C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C4C8 is #8C3B37. Grayscale: #ACACAC. Windows color (decimal): -9190200 or 13157491. OLE color: 13157491.

HSL color Cylindrical-coordinate representation of color #73C4C8: hue angle of 182.82º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C4C8 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB115196200-
CMYK0.420.0200.22
HSL182.82º43.59%61.76%-
HSV(B)182.82º42.5%78.43%-
XYZ37.2447.2961.81-
YUV172.24143.6687.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.50%
GREEN value IS 196 (76.95% from 255) = 38.36%
BLUE value IS 200 (78.52% from 255) = 39.14%
R=22.50%
G=38.36%
B=39.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1151962000.420.0200.22182.8243.5961.76
Hex73C4C82A2016b72c3e
Octal1633043105220262675476
Binary111001111000100110010001010101001011010110111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,196,200); }

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

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

 a { background-color: rgb(115,196,200); }

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

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

 span { border-color: rgb(115,196,200); }

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