#80BEBF

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

Shades of Glacier #80BEBF

Tints of Glacier #80BEBF

Color information

#80BEBF (or 0x80BEBF) is unknown color: approx Glacier. HEX triplet: 80, BE and BF. RGB value is (128,190,191). Sum of RGB (Red+Green+Blue) = 128+190+191=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #80BEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEBF is #7F4140. Grayscale: #ABABAB. Windows color (decimal): -8339777 or 12566144. OLE color: 12566144.

HSL color Cylindrical-coordinate representation of color #80BEBF: hue angle of 180.95º 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 #80BEBF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128190191-
CMYK0.330.0100.25
HSL180.95º32.98%62.55%-
HSV(B)180.95º32.98%74.9%-
XYZ36.7245.1856.08-
YUV171.58138.9696.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.15%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 191 (75% from 255) = 37.52%
R=25.15%
G=37.33%
B=37.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281901910.330.0100.25180.9532.9862.55
Hex80BEBF211019b5213f
Octal2002762774110312654177
Binary100000001011111010111111100001101100110110101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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