Shades of Aquamarine #8DF2DD
Tints of Aquamarine #8DF2DD
RGB
CMYK
RGB Variations
Color information
#8DF2DD (or 0x8DF2DD) is known color: Aquamarine. HEX triplet: 8D, F2 and DD. RGB value is (141,242,221). Sum of RGB (Red+Green+Blue) = 141+242+221=604 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.34% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF2DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF2DD is #720D22. Grayscale: #D1D1D1. Windows color (decimal): -7474467 or 14545549. OLE color: 14545549.
HSL color Cylindrical-coordinate representation of color #8DF2DD: hue angle of 167.52º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF2DD is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 242 | 221 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.05 |
| HSL | 167.52º | 0.8% | 0.75% | - |
| HSV(B) | 167.52º | 0.42% | 0.95% | - |
| XYZ | 55.79 | 74.39 | 79.82 | - |
| YUV | 209.41 | 134.54 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 221 | 0.42 | 0 | 0.09 | 0.05 | 167.52 | 0.8 | 0.75 |
| Hex | 8D | F2 | DD | 2A | 0 | 9 | 5 | A8 | 50 | 4B |
| Octal | 215 | 362 | 335 | 52 | 0 | 11 | 5 | 250 | 120 | 113 |
| Binary | 10001101 | 11110010 | 11011101 | 101010 | 0 | 1001 | 101 | 10101000 | 1010000 | 1001011 |
Color Harmonies of #8DF2DD
Complementary color
Monochromatic Colors of #8DF2DD
Black with #8DF2DD
Text Example
Text Example
White with #8DF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF2DD; }
p { color: rgb(141,242,221); }
H1.HeaderClassName
{
color: #8DF2DD;
}
.AnyTagClassName
{
color: #8DF2DD;
}
</style>
background-color css
<style>
a { background-color: #8DF2DD; }
a { background-color: rgb(141,242,221); }
div.DivClassName
{
background-color: #8DF2DD;
}
.BgClassName
{
background-color: #8DF2DD;
}
</style>
border-color css
<style>
span { border-color: #8DF2DD; }
span { border-color: rgb(141,242,221); }
td.TdClassName
{
border-color: #8DF2DD;
}
.TagClassName
{
border-color: #8DF2DD;
}
</style>