#73BBBD

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

Shades of Glacier #73BBBD

Tints of Glacier #73BBBD

Color information

#73BBBD (or 0x73BBBD) is unknown color: approx Glacier. HEX triplet: 73, BB and BD. RGB value is (115,187,189). Sum of RGB (Red+Green+Blue) = 115+187+189=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #73BBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BBBD is #8C4442. Grayscale: #A5A5A5. Windows color (decimal): -9192515 or 12434291. OLE color: 12434291.

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

Color convert

RGB115187189-
CMYK0.390.0100.26
HSL181.62º35.92%59.61%-
HSV(B)181.62º39.15%74.12%-
XYZ34.0342.8654.62-
YUV165.7141.1591.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.42%
GREEN value IS 187 (73.44% from 255) = 38.09%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=23.42%
G=38.09%
B=38.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151871890.390.0100.26181.6235.9259.61
Hex73BBBD27101Ab6243c
Octal1632732754710322664474
Binary11100111011101110111101100111101101010110110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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