Shades of Aquamarine #80FBC1
Tints of Aquamarine #80FBC1
RGB
CMYK
RGB Variations
Color information
#80FBC1 (or 0x80FBC1) is known color: Aquamarine. HEX triplet: 80, FB and C1. RGB value is (128,251,193). Sum of RGB (Red+Green+Blue) = 128+251+193=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBC1 is #7F043E. Grayscale: #CFCFCF. Windows color (decimal): -8324159 or 12712832. OLE color: 12712832.
HSL color Cylindrical-coordinate representation of color #80FBC1: hue angle of 151.71º 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 #80FBC1 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 193 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.02 |
| HSL | 151.71º | 0.94% | 0.74% | - |
| HSV(B) | 151.71º | 0.49% | 0.98% | - |
| XYZ | 53.02 | 77.43 | 62.6 | - |
| YUV | 207.61 | 119.75 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 193 | 0.49 | 0 | 0.23 | 0.02 | 151.71 | 0.94 | 0.74 |
| Hex | 80 | FB | C1 | 31 | 0 | 17 | 2 | 98 | 5E | 4A |
| Octal | 200 | 373 | 301 | 61 | 0 | 27 | 2 | 230 | 136 | 112 |
| Binary | 10000000 | 11111011 | 11000001 | 110001 | 0 | 10111 | 10 | 10011000 | 1011110 | 1001010 |
Color Harmonies of #80FBC1
Complementary color
Monochromatic Colors of #80FBC1
Black with #80FBC1
Text Example
Text Example
White with #80FBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FBC1; }
p { color: rgb(128,251,193); }
H1.HeaderClassName
{
color: #80FBC1;
}
.AnyTagClassName
{
color: #80FBC1;
}
</style>
background-color css
<style>
a { background-color: #80FBC1; }
a { background-color: rgb(128,251,193); }
div.DivClassName
{
background-color: #80FBC1;
}
.BgClassName
{
background-color: #80FBC1;
}
</style>
border-color css
<style>
span { border-color: #80FBC1; }
span { border-color: rgb(128,251,193); }
td.TdClassName
{
border-color: #80FBC1;
}
.TagClassName
{
border-color: #80FBC1;
}
</style>