Shades of Aquamarine #80F1DD
Tints of Aquamarine #80F1DD
RGB
CMYK
RGB Variations
Color information
#80F1DD (or 0x80F1DD) is known color: Aquamarine. HEX triplet: 80, F1 and DD. RGB value is (128,241,221). Sum of RGB (Red+Green+Blue) = 128+241+221=590 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.69% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #80F1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80F1DD is #7F0E22. Grayscale: #CCCCCC. Windows color (decimal): -8326691 or 14545280. OLE color: 14545280.
HSL color Cylindrical-coordinate representation of color #80F1DD: hue angle of 169.38º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F1DD is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 241 | 221 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.05 |
| HSL | 169.38º | 0.8% | 0.72% | - |
| HSV(B) | 169.38º | 0.47% | 0.95% | - |
| XYZ | 53.41 | 72.72 | 79.63 | - |
| YUV | 204.93 | 137.06 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 241 | 221 | 0.47 | 0 | 0.08 | 0.05 | 169.38 | 0.8 | 0.72 |
| Hex | 80 | F1 | DD | 2F | 0 | 8 | 5 | A9 | 50 | 48 |
| Octal | 200 | 361 | 335 | 57 | 0 | 10 | 5 | 251 | 120 | 110 |
| Binary | 10000000 | 11110001 | 11011101 | 101111 | 0 | 1000 | 101 | 10101001 | 1010000 | 1001000 |
Color Harmonies of #80F1DD
Complementary color
Monochromatic Colors of #80F1DD
Black with #80F1DD
Text Example
Text Example
White with #80F1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F1DD; }
p { color: rgb(128,241,221); }
H1.HeaderClassName
{
color: #80F1DD;
}
.AnyTagClassName
{
color: #80F1DD;
}
</style>
background-color css
<style>
a { background-color: #80F1DD; }
a { background-color: rgb(128,241,221); }
div.DivClassName
{
background-color: #80F1DD;
}
.BgClassName
{
background-color: #80F1DD;
}
</style>
border-color css
<style>
span { border-color: #80F1DD; }
span { border-color: rgb(128,241,221); }
td.TdClassName
{
border-color: #80F1DD;
}
.TagClassName
{
border-color: #80F1DD;
}
</style>