#80BEBE

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

Shades of Glacier #80BEBE

Tints of Glacier #80BEBE

Color information

#80BEBE (or 0x80BEBE) is unknown color: approx Glacier. HEX triplet: 80, BE and BE. RGB value is (128,190,190). Sum of RGB (Red+Green+Blue) = 128+190+190=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #80BEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEBE is #7F4141. Grayscale: #ABABAB. Windows color (decimal): -8339778 or 12500608. OLE color: 12500608.

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

Color convert

RGB128190190-
CMYK0.33000.25
HSL180º32.29%62.35%-
HSV(B)180º32.63%74.51%-
XYZ36.6145.1355.5-
YUV171.46138.4697-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.20%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=25.20%
G=37.40%
B=37.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281901900.33000.2518032.2962.35
Hex80BEBE210019b4203e
Octal2002762764100312644076
Binary100000001011111010111110100001001100110110100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,190,190); }

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

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

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

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

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

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

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