#80FCB0

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

Shades of Aquamarine #80FCB0

Tints of Aquamarine #80FCB0

Color information

#80FCB0 (or 0x80FCB0) is unknown color: approx Aquamarine. HEX triplet: 80, FC and B0. RGB value is (128,252,176). Sum of RGB (Red+Green+Blue) = 128+252+176=556 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.02% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FCB0 is #7F034F. Grayscale: #CECECE. Windows color (decimal): -8323920 or 11598976. OLE color: 11598976.

HSL color Cylindrical-coordinate representation of color #80FCB0: hue angle of 143.23º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FCB0 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB128252176-
CMYK0.4900.300.01
HSL143.23º95.38%74.51%-
HSV(B)143.23º49.21%98.82%-
XYZ51.5577.3453.29-
YUV206.26110.9272.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.02%
GREEN value IS 252 (98.83% from 255) = 45.32%
BLUE value IS 176 (69.14% from 255) = 31.65%
R=23.02%
G=45.32%
B=31.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282521760.4900.300.01143.2395.3874.51
Hex80FCB03101E18f5f4b
Octal200374260610361217137113
Binary10000000111111001011000011000101111011000111110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,252,176); }

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

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

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

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

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

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

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