Shades of Aquamarine #80F2DD
Tints of Aquamarine #80F2DD
RGB
CMYK
RGB Variations
Color information
#80F2DD (or 0x80F2DD) is known color: Aquamarine. HEX triplet: 80, F2 and DD. RGB value is (128,242,221). Sum of RGB (Red+Green+Blue) = 128+242+221=591 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.66% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #80F2DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F2DD is #7F0D22. Grayscale: #CDCDCD. Windows color (decimal): -8326435 or 14545536. OLE color: 14545536.
HSL color Cylindrical-coordinate representation of color #80F2DD: hue angle of 168.95º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F2DD is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 242 | 221 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.05 |
| HSL | 168.95º | 0.81% | 0.73% | - |
| HSV(B) | 168.95º | 0.47% | 0.95% | - |
| XYZ | 53.71 | 73.31 | 79.73 | - |
| YUV | 205.52 | 136.73 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 242 | 221 | 0.47 | 0 | 0.09 | 0.05 | 168.95 | 0.81 | 0.73 |
| Hex | 80 | F2 | DD | 2F | 0 | 9 | 5 | A9 | 51 | 49 |
| Octal | 200 | 362 | 335 | 57 | 0 | 11 | 5 | 251 | 121 | 111 |
| Binary | 10000000 | 11110010 | 11011101 | 101111 | 0 | 1001 | 101 | 10101001 | 1010001 | 1001001 |
Color Harmonies of #80F2DD
Complementary color
Monochromatic Colors of #80F2DD
Black with #80F2DD
Text Example
Text Example
White with #80F2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F2DD; }
p { color: rgb(128,242,221); }
H1.HeaderClassName
{
color: #80F2DD;
}
.AnyTagClassName
{
color: #80F2DD;
}
</style>
background-color css
<style>
a { background-color: #80F2DD; }
a { background-color: rgb(128,242,221); }
div.DivClassName
{
background-color: #80F2DD;
}
.BgClassName
{
background-color: #80F2DD;
}
</style>
border-color css
<style>
span { border-color: #80F2DD; }
span { border-color: rgb(128,242,221); }
td.TdClassName
{
border-color: #80F2DD;
}
.TagClassName
{
border-color: #80F2DD;
}
</style>