Shades of Aquamarine #80F8CE
Tints of Aquamarine #80F8CE
RGB
CMYK
RGB Variations
Color information
#80F8CE (or 0x80F8CE) is known color: Aquamarine. HEX triplet: 80, F8 and CE. RGB value is (128,248,206). Sum of RGB (Red+Green+Blue) = 128+248+206=582 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.99% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #80F8CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F8CE is #7F0731. Grayscale: #CFCFCF. Windows color (decimal): -8324914 or 13564032. OLE color: 13564032.
HSL color Cylindrical-coordinate representation of color #80F8CE: hue angle of 159º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F8CE is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 248 | 206 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.03 |
| HSL | 159º | 0.9% | 0.74% | - |
| HSV(B) | 159º | 0.48% | 0.97% | - |
| XYZ | 53.61 | 76.18 | 70.27 | - |
| YUV | 207.33 | 127.24 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 248 | 206 | 0.48 | 0 | 0.17 | 0.03 | 159 | 0.9 | 0.74 |
| Hex | 80 | F8 | CE | 30 | 0 | 11 | 3 | 9F | 5A | 4A |
| Octal | 200 | 370 | 316 | 60 | 0 | 21 | 3 | 237 | 132 | 112 |
| Binary | 10000000 | 11111000 | 11001110 | 110000 | 0 | 10001 | 11 | 10011111 | 1011010 | 1001010 |
Color Harmonies of #80F8CE
Complementary color
Monochromatic Colors of #80F8CE
Black with #80F8CE
Text Example
Text Example
White with #80F8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F8CE; }
p { color: rgb(128,248,206); }
H1.HeaderClassName
{
color: #80F8CE;
}
.AnyTagClassName
{
color: #80F8CE;
}
</style>
background-color css
<style>
a { background-color: #80F8CE; }
a { background-color: rgb(128,248,206); }
div.DivClassName
{
background-color: #80F8CE;
}
.BgClassName
{
background-color: #80F8CE;
}
</style>
border-color css
<style>
span { border-color: #80F8CE; }
span { border-color: rgb(128,248,206); }
td.TdClassName
{
border-color: #80F8CE;
}
.TagClassName
{
border-color: #80F8CE;
}
</style>