#73BDBD

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

Shades of Glacier #73BDBD

Tints of Glacier #73BDBD

Color information

#73BDBD (or 0x73BDBD) is unknown color: approx Glacier. HEX triplet: 73, BD and BD. RGB value is (115,189,189). Sum of RGB (Red+Green+Blue) = 115+189+189=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #73BDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BDBD is #8C4242. Grayscale: #A6A6A6. Windows color (decimal): -9192003 or 12434803. OLE color: 12434803.

HSL color Cylindrical-coordinate representation of color #73BDBD: hue angle of 180º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BDBD is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB115189189-
CMYK0.39000.26
HSL180º35.92%59.61%-
HSV(B)180º39.15%74.12%-
XYZ34.4543.7154.77-
YUV166.87140.4891-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.33%
GREEN value IS 189 (74.22% from 255) = 38.34%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=23.33%
G=38.34%
B=38.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151891890.39000.2618035.9259.61
Hex73BDBD27001Ab4243c
Octal1632752754700322644474
Binary11100111011110110111101100111001101010110100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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