#73BDC0

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

Shades of Glacier #73BDC0

Tints of Glacier #73BDC0

Color information

#73BDC0 (or 0x73BDC0) is unknown color: approx Glacier. HEX triplet: 73, BD and C0. RGB value is (115,189,192). Sum of RGB (Red+Green+Blue) = 115+189+192=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #73BDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BDC0 is #8C423F. Grayscale: #A7A7A7. Windows color (decimal): -9192000 or 12631411. OLE color: 12631411.

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

Color convert

RGB115189192-
CMYK0.400.0200.25
HSL182.34º37.93%60.2%-
HSV(B)182.34º40.1%75.29%-
XYZ34.7843.8556.5-
YUV167.22141.9890.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.19%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 192 (75.39% from 255) = 38.71%
R=23.19%
G=38.10%
B=38.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151891920.400.0200.25182.3437.9360.2
Hex73BDC0282019b6263c
Octal1632753005020312664674
Binary111001110111101110000001010001001100110110110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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