#80FBE0

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

Shades of Aquamarine #80FBE0

Tints of Aquamarine #80FBE0

Color information

#80FBE0 (or 0x80FBE0) is unknown color: approx Aquamarine. HEX triplet: 80, FB and E0. RGB value is (128,251,224). Sum of RGB (Red+Green+Blue) = 128+251+224=603 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.23% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBE0 is #7F041F. Grayscale: #D3D3D3. Windows color (decimal): -8324128 or 14744448. OLE color: 14744448.

HSL color Cylindrical-coordinate representation of color #80FBE0: hue angle of 166.83º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FBE0 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB128251224-
CMYK0.4900.110.02
HSL166.83º93.89%74.31%-
HSV(B)166.83º49%98.43%-
XYZ56.8578.9782.77-
YUV211.14135.2568.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.23%
GREEN value IS 251 (98.44% from 255) = 41.63%
BLUE value IS 224 (87.89% from 255) = 37.15%
R=21.23%
G=41.63%
B=37.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282512240.4900.110.02166.8393.8974.31
Hex80FBE0310B2a75e4a
Octal200373340610132247136112
Binary10000000111110111110000011000101011101010011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,251,224); }

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

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

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

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

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

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

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