#73BABF

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

Shades of Glacier #73BABF

Tints of Glacier #73BABF

Color information

#73BABF (or 0x73BABF) is unknown color: approx Glacier. HEX triplet: 73, BA and BF. RGB value is (115,186,191). Sum of RGB (Red+Green+Blue) = 115+186+191=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #73BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BABF is #8C4540. Grayscale: #A5A5A5. Windows color (decimal): -9192769 or 12565107. OLE color: 12565107.

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

Color convert

RGB115186191-
CMYK0.400.0300.25
HSL183.95º37.25%60%-
HSV(B)183.95º39.79%74.9%-
XYZ34.0342.5255.7-
YUV165.34142.4892.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.37%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 191 (75% from 255) = 38.82%
R=23.37%
G=37.80%
B=38.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151861910.400.0300.25183.9537.2560
Hex73BABF283019b8253c
Octal1632722775030312704574
Binary111001110111010101111111010001101100110111000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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