#73BDBF

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

Shades of Glacier #73BDBF

Tints of Glacier #73BDBF

Color information

#73BDBF (or 0x73BDBF) is unknown color: approx Glacier. HEX triplet: 73, BD and BF. RGB value is (115,189,191). Sum of RGB (Red+Green+Blue) = 115+189+191=495 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.23% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #73BDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BDBF is #8C4240. Grayscale: #A7A7A7. Windows color (decimal): -9192001 or 12565875. OLE color: 12565875.

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

Color convert

RGB115189191-
CMYK0.400.0100.25
HSL181.58º37.25%60%-
HSV(B)181.58º39.79%74.9%-
XYZ34.6743.855.92-
YUV167.1141.4890.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.23%
GREEN value IS 189 (74.22% from 255) = 38.18%
BLUE value IS 191 (75% from 255) = 38.59%
R=23.23%
G=38.18%
B=38.59%

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
Decimal1151891910.400.0100.25181.5837.2560
Hex73BDBF281019b6253c
Octal1632752775010312664574
Binary11100111011110110111111101000101100110110110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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