#73B2BE

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

Shades of Glacier #73B2BE

Tints of Glacier #73B2BE

Color information

#73B2BE (or 0x73B2BE) is unknown color: approx Glacier. HEX triplet: 73, B2 and BE. RGB value is (115,178,190). Sum of RGB (Red+Green+Blue) = 115+178+190=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #73B2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B2BE is #8C4D41. Grayscale: #A0A0A0. Windows color (decimal): -9194818 or 12497523. OLE color: 12497523.

HSL color Cylindrical-coordinate representation of color #73B2BE: hue angle of 189.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73B2BE is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115178190-
CMYK0.390.0600.25
HSL189.6º36.59%59.8%-
HSV(B)189.6º39.47%74.51%-
XYZ32.2839.254.58-
YUV160.53144.6395.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.81%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=23.81%
G=36.85%
B=39.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151781900.390.0600.25189.636.5959.8
Hex73B2BE276019be253c
Octal1632622764760312764574
Binary1110011101100101011111010011111001100110111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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