Shades of Aquamarine #80FBCD
Tints of Aquamarine #80FBCD
RGB
CMYK
RGB Variations
Color information
#80FBCD (or 0x80FBCD) is known color: Aquamarine. HEX triplet: 80, FB and CD. RGB value is (128,251,205). Sum of RGB (Red+Green+Blue) = 128+251+205=584 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.92% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80FBCD is #7F0432. Grayscale: #D1D1D1. Windows color (decimal): -8324147 or 13499264. OLE color: 13499264.
HSL color Cylindrical-coordinate representation of color #80FBCD: hue angle of 157.56º 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 #80FBCD is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 205 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.02 |
| HSL | 157.56º | 0.94% | 0.74% | - |
| HSV(B) | 157.56º | 0.49% | 0.98% | - |
| XYZ | 54.42 | 77.99 | 69.94 | - |
| YUV | 208.98 | 125.75 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 205 | 0.49 | 0 | 0.18 | 0.02 | 157.56 | 0.94 | 0.74 |
| Hex | 80 | FB | CD | 31 | 0 | 12 | 2 | 9E | 5E | 4A |
| Octal | 200 | 373 | 315 | 61 | 0 | 22 | 2 | 236 | 136 | 112 |
| Binary | 10000000 | 11111011 | 11001101 | 110001 | 0 | 10010 | 10 | 10011110 | 1011110 | 1001010 |
Color Harmonies of #80FBCD
Complementary color
Monochromatic Colors of #80FBCD
Black with #80FBCD
Text Example
Text Example
White with #80FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FBCD; }
p { color: rgb(128,251,205); }
H1.HeaderClassName
{
color: #80FBCD;
}
.AnyTagClassName
{
color: #80FBCD;
}
</style>
background-color css
<style>
a { background-color: #80FBCD; }
a { background-color: rgb(128,251,205); }
div.DivClassName
{
background-color: #80FBCD;
}
.BgClassName
{
background-color: #80FBCD;
}
</style>
border-color css
<style>
span { border-color: #80FBCD; }
span { border-color: rgb(128,251,205); }
td.TdClassName
{
border-color: #80FBCD;
}
.TagClassName
{
border-color: #80FBCD;
}
</style>