Shades of Aquamarine #8DFFDF
Tints of Aquamarine #8DFFDF
RGB
CMYK
RGB Variations
Color information
#8DFFDF (or 0x8DFFDF) is known color: Aquamarine. HEX triplet: 8D, FF and DF. RGB value is (141,255,223). Sum of RGB (Red+Green+Blue) = 141+255+223=619 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.78% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFFDF is #720020. Grayscale: #D9D9D9. Windows color (decimal): -7471137 or 14679949. OLE color: 14679949.
HSL color Cylindrical-coordinate representation of color #8DFFDF: hue angle of 163.16º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DFFDF is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 223 | - |
| CMYK | 0.45 | 0 | 0.13 | 0 |
| HSL | 163.16º | 1% | 0.78% | - |
| HSV(B) | 163.16º | 0.45% | 1% | - |
| XYZ | 60.06 | 82.51 | 82.57 | - |
| YUV | 217.27 | 131.23 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 223 | 0.45 | 0 | 0.13 | 0 | 163.16 | 1 | 0.78 |
| Hex | 8D | FF | DF | 2D | 0 | D | 0 | A3 | 64 | 4E |
| Octal | 215 | 377 | 337 | 55 | 0 | 15 | 0 | 243 | 144 | 116 |
| Binary | 10001101 | 11111111 | 11011111 | 101101 | 0 | 1101 | 0 | 10100011 | 1100100 | 1001110 |
Color Harmonies of #8DFFDF
Complementary color
Monochromatic Colors of #8DFFDF
Black with #8DFFDF
Text Example
Text Example
White with #8DFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFFDF; }
p { color: rgb(141,255,223); }
H1.HeaderClassName
{
color: #8DFFDF;
}
.AnyTagClassName
{
color: #8DFFDF;
}
</style>
background-color css
<style>
a { background-color: #8DFFDF; }
a { background-color: rgb(141,255,223); }
div.DivClassName
{
background-color: #8DFFDF;
}
.BgClassName
{
background-color: #8DFFDF;
}
</style>
border-color css
<style>
span { border-color: #8DFFDF; }
span { border-color: rgb(141,255,223); }
td.TdClassName
{
border-color: #8DFFDF;
}
.TagClassName
{
border-color: #8DFFDF;
}
</style>