Shades of Aquamarine #80FBC9
Tints of Aquamarine #80FBC9
RGB
CMYK
RGB Variations
Color information
#80FBC9 (or 0x80FBC9) is known color: Aquamarine. HEX triplet: 80, FB and C9. RGB value is (128,251,201). Sum of RGB (Red+Green+Blue) = 128+251+201=580 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.07% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBC9 is #7F0436. Grayscale: #D0D0D0. Windows color (decimal): -8324151 or 13237120. OLE color: 13237120.
HSL color Cylindrical-coordinate representation of color #80FBC9: hue angle of 155.61º 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 #80FBC9 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 201 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.02 |
| HSL | 155.61º | 0.94% | 0.74% | - |
| HSV(B) | 155.61º | 0.49% | 0.98% | - |
| XYZ | 53.94 | 77.8 | 67.43 | - |
| YUV | 208.52 | 123.75 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 201 | 0.49 | 0 | 0.20 | 0.02 | 155.61 | 0.94 | 0.74 |
| Hex | 80 | FB | C9 | 31 | 0 | 14 | 2 | 9C | 5E | 4A |
| Octal | 200 | 373 | 311 | 61 | 0 | 24 | 2 | 234 | 136 | 112 |
| Binary | 10000000 | 11111011 | 11001001 | 110001 | 0 | 10100 | 10 | 10011100 | 1011110 | 1001010 |
Color Harmonies of #80FBC9
Complementary color
Monochromatic Colors of #80FBC9
Black with #80FBC9
Text Example
Text Example
White with #80FBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FBC9; }
p { color: rgb(128,251,201); }
H1.HeaderClassName
{
color: #80FBC9;
}
.AnyTagClassName
{
color: #80FBC9;
}
</style>
background-color css
<style>
a { background-color: #80FBC9; }
a { background-color: rgb(128,251,201); }
div.DivClassName
{
background-color: #80FBC9;
}
.BgClassName
{
background-color: #80FBC9;
}
</style>
border-color css
<style>
span { border-color: #80FBC9; }
span { border-color: rgb(128,251,201); }
td.TdClassName
{
border-color: #80FBC9;
}
.TagClassName
{
border-color: #80FBC9;
}
</style>