Shades of Aquamarine #80F0DD
Tints of Aquamarine #80F0DD
RGB
CMYK
RGB Variations
Color information
#80F0DD (or 0x80F0DD) is known color: Aquamarine. HEX triplet: 80, F0 and DD. RGB value is (128,240,221). Sum of RGB (Red+Green+Blue) = 128+240+221=589 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.73% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #80F0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F0DD is #7F0F22. Grayscale: #CCCCCC. Windows color (decimal): -8326947 or 14545024. OLE color: 14545024.
HSL color Cylindrical-coordinate representation of color #80F0DD: hue angle of 169.82º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F0DD is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 240 | 221 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.06 |
| HSL | 169.82º | 0.79% | 0.72% | - |
| HSV(B) | 169.82º | 0.47% | 0.94% | - |
| XYZ | 53.11 | 72.13 | 79.53 | - |
| YUV | 204.35 | 137.39 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 240 | 221 | 0.47 | 0 | 0.08 | 0.06 | 169.82 | 0.79 | 0.72 |
| Hex | 80 | F0 | DD | 2F | 0 | 8 | 6 | AA | 4F | 48 |
| Octal | 200 | 360 | 335 | 57 | 0 | 10 | 6 | 252 | 117 | 110 |
| Binary | 10000000 | 11110000 | 11011101 | 101111 | 0 | 1000 | 110 | 10101010 | 1001111 | 1001000 |
Color Harmonies of #80F0DD
Complementary color
Monochromatic Colors of #80F0DD
Black with #80F0DD
Text Example
Text Example
White with #80F0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F0DD; }
p { color: rgb(128,240,221); }
H1.HeaderClassName
{
color: #80F0DD;
}
.AnyTagClassName
{
color: #80F0DD;
}
</style>
background-color css
<style>
a { background-color: #80F0DD; }
a { background-color: rgb(128,240,221); }
div.DivClassName
{
background-color: #80F0DD;
}
.BgClassName
{
background-color: #80F0DD;
}
</style>
border-color css
<style>
span { border-color: #80F0DD; }
span { border-color: rgb(128,240,221); }
td.TdClassName
{
border-color: #80F0DD;
}
.TagClassName
{
border-color: #80F0DD;
}
</style>