#73BABB

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

Shades of Glacier #73BABB

Tints of Glacier #73BABB

Color information

#73BABB (or 0x73BABB) is unknown color: approx Glacier. HEX triplet: 73, BA and BB. RGB value is (115,186,187). Sum of RGB (Red+Green+Blue) = 115+186+187=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #73BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BABB is #8C4544. Grayscale: #A4A4A4. Windows color (decimal): -9192773 or 12302963. OLE color: 12302963.

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

Color convert

RGB115186187-
CMYK0.390.0100.27
HSL180.83º34.62%59.22%-
HSV(B)180.83º38.5%73.33%-
XYZ33.642.3553.42-
YUV164.88140.4892.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.57%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=23.57%
G=38.11%
B=38.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151861870.390.0100.27180.8334.6259.22
Hex73BABB27101Bb5233b
Octal1632722734710332654373
Binary11100111011101010111011100111101101110110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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