#73B1BA

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

Shades of Glacier #73B1BA

Tints of Glacier #73B1BA

Color information

#73B1BA (or 0x73B1BA) is unknown color: approx Glacier. HEX triplet: 73, B1 and BA. RGB value is (115,177,186). Sum of RGB (Red+Green+Blue) = 115+177+186=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #73B1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B1BA is #8C4E45. Grayscale: #9F9F9F. Windows color (decimal): -9195078 or 12235123. OLE color: 12235123.

HSL color Cylindrical-coordinate representation of color #73B1BA: hue angle of 187.61º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73B1BA is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB115177186-
CMYK0.380.0500.27
HSL187.61º33.97%59.02%-
HSV(B)187.61º38.17%72.94%-
XYZ31.6638.6352.24-
YUV159.49142.9696.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.06%
GREEN value IS 177 (69.53% from 255) = 37.03%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=24.06%
G=37.03%
B=38.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151771860.380.0500.27187.6133.9759.02
Hex73B1BA26501Bbc223b
Octal1632612724650332744273
Binary1110011101100011011101010011010101101110111100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,177,186); }

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

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

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

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

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

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

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