Shades of Aquamarine #8DFCDD
Tints of Aquamarine #8DFCDD
RGB
CMYK
RGB Variations
Color information
#8DFCDD (or 0x8DFCDD) is known color: Aquamarine. HEX triplet: 8D, FC and DD. RGB value is (141,252,221). Sum of RGB (Red+Green+Blue) = 141+252+221=614 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.96% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #8DFCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFCDD is #720322. Grayscale: #D7D7D7. Windows color (decimal): -7471907 or 14548109. OLE color: 14548109.
HSL color Cylindrical-coordinate representation of color #8DFCDD: hue angle of 163.24º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFCDD is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 252 | 221 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.01 |
| HSL | 163.24º | 0.95% | 0.77% | - |
| HSV(B) | 163.24º | 0.44% | 0.99% | - |
| XYZ | 58.85 | 80.5 | 80.84 | - |
| YUV | 215.28 | 131.23 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 252 | 221 | 0.44 | 0 | 0.12 | 0.01 | 163.24 | 0.95 | 0.77 |
| Hex | 8D | FC | DD | 2C | 0 | C | 1 | A3 | 5F | 4D |
| Octal | 215 | 374 | 335 | 54 | 0 | 14 | 1 | 243 | 137 | 115 |
| Binary | 10001101 | 11111100 | 11011101 | 101100 | 0 | 1100 | 1 | 10100011 | 1011111 | 1001101 |
Color Harmonies of #8DFCDD
Complementary color
Monochromatic Colors of #8DFCDD
Black with #8DFCDD
Text Example
Text Example
White with #8DFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFCDD; }
p { color: rgb(141,252,221); }
H1.HeaderClassName
{
color: #8DFCDD;
}
.AnyTagClassName
{
color: #8DFCDD;
}
</style>
background-color css
<style>
a { background-color: #8DFCDD; }
a { background-color: rgb(141,252,221); }
div.DivClassName
{
background-color: #8DFCDD;
}
.BgClassName
{
background-color: #8DFCDD;
}
</style>
border-color css
<style>
span { border-color: #8DFCDD; }
span { border-color: rgb(141,252,221); }
td.TdClassName
{
border-color: #8DFCDD;
}
.TagClassName
{
border-color: #8DFCDD;
}
</style>