#73BDBE

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

Shades of Glacier #73BDBE

Tints of Glacier #73BDBE

Color information

#73BDBE (or 0x73BDBE) is unknown color: approx Glacier. HEX triplet: 73, BD and BE. RGB value is (115,189,190). Sum of RGB (Red+Green+Blue) = 115+189+190=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #73BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BDBE is #8C4241. Grayscale: #A6A6A6. Windows color (decimal): -9192002 or 12500339. OLE color: 12500339.

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

Color convert

RGB115189190-
CMYK0.390.0100.25
HSL180.8º36.59%59.8%-
HSV(B)180.8º39.47%74.51%-
XYZ34.5643.7655.34-
YUV166.99140.9890.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.28%
GREEN value IS 189 (74.22% from 255) = 38.26%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=23.28%
G=38.26%
B=38.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151891900.390.0100.25180.836.5959.8
Hex73BDBE271019b5253c
Octal1632752764710312654574
Binary11100111011110110111110100111101100110110101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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