#73BEC0

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

Shades of Glacier #73BEC0

Tints of Glacier #73BEC0

Color information

#73BEC0 (or 0x73BEC0) is unknown color: approx Glacier. HEX triplet: 73, BE and C0. RGB value is (115,190,192). Sum of RGB (Red+Green+Blue) = 115+190+192=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 192 - color contains mainly: blue. Hex color #73BEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BEC0 is #8C413F. Grayscale: #A7A7A7. Windows color (decimal): -9191744 or 12631667. OLE color: 12631667.

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

Color convert

RGB115190192-
CMYK0.400.0100.25
HSL181.56º37.93%60.2%-
HSV(B)181.56º40.1%75.29%-
XYZ3544.2856.57-
YUV167.8141.6590.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.14%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 192 (75.39% from 255) = 38.63%
R=23.14%
G=38.23%
B=38.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151901920.400.0100.25181.5637.9360.2
Hex73BEC0281019b6263c
Octal1632763005010312664674
Binary11100111011111011000000101000101100110110110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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