#80BABF

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

Shades of Glacier #80BABF

Tints of Glacier #80BABF

Color information

#80BABF (or 0x80BABF) is unknown color: approx Glacier. HEX triplet: 80, BA and BF. RGB value is (128,186,191). Sum of RGB (Red+Green+Blue) = 128+186+191=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #80BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BABF is #7F4540. Grayscale: #A9A9A9. Windows color (decimal): -8340801 or 12565120. OLE color: 12565120.

HSL color Cylindrical-coordinate representation of color #80BABF: hue angle of 184.76º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BABF is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128186191-
CMYK0.330.0300.25
HSL184.76º32.98%62.55%-
HSV(B)184.76º32.98%74.9%-
XYZ35.8643.4755.79-
YUV169.23140.2898.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.35%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 191 (75% from 255) = 37.82%
R=25.35%
G=36.83%
B=37.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281861910.330.0300.25184.7632.9862.55
Hex80BABF213019b9213f
Octal2002722774130312714177
Binary1000000010111010101111111000011101100110111001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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