Shades of Aquamarine #80FBC0
Tints of Aquamarine #80FBC0
RGB
CMYK
RGB Variations
Color information
#80FBC0 (or 0x80FBC0) is known color: Aquamarine. HEX triplet: 80, FB and C0. RGB value is (128,251,192). Sum of RGB (Red+Green+Blue) = 128+251+192=571 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.42% from 571); Green value is 251 (98.44% from 255 or 43.96% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBC0 is #7F043F. Grayscale: #CFCFCF. Windows color (decimal): -8324160 or 12647296. OLE color: 12647296.
HSL color Cylindrical-coordinate representation of color #80FBC0: hue angle of 151.22º 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 #80FBC0 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 192 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.02 |
| HSL | 151.22º | 0.94% | 0.74% | - |
| HSV(B) | 151.22º | 0.49% | 0.98% | - |
| XYZ | 52.91 | 77.39 | 62.02 | - |
| YUV | 207.5 | 119.25 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 192 | 0.49 | 0 | 0.24 | 0.02 | 151.22 | 0.94 | 0.74 |
| Hex | 80 | FB | C0 | 31 | 0 | 18 | 2 | 97 | 5E | 4A |
| Octal | 200 | 373 | 300 | 61 | 0 | 30 | 2 | 227 | 136 | 112 |
| Binary | 10000000 | 11111011 | 11000000 | 110001 | 0 | 11000 | 10 | 10010111 | 1011110 | 1001010 |
Color Harmonies of #80FBC0
Complementary color
Monochromatic Colors of #80FBC0
Black with #80FBC0
Text Example
Text Example
White with #80FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FBC0; }
p { color: rgb(128,251,192); }
H1.HeaderClassName
{
color: #80FBC0;
}
.AnyTagClassName
{
color: #80FBC0;
}
</style>
background-color css
<style>
a { background-color: #80FBC0; }
a { background-color: rgb(128,251,192); }
div.DivClassName
{
background-color: #80FBC0;
}
.BgClassName
{
background-color: #80FBC0;
}
</style>
border-color css
<style>
span { border-color: #80FBC0; }
span { border-color: rgb(128,251,192); }
td.TdClassName
{
border-color: #80FBC0;
}
.TagClassName
{
border-color: #80FBC0;
}
</style>