Shades of Aquamarine #8DFDDF
Tints of Aquamarine #8DFDDF
RGB
CMYK
RGB Variations
Color information
#8DFDDF (or 0x8DFDDF) is known color: Aquamarine. HEX triplet: 8D, FD and DF. RGB value is (141,253,223). Sum of RGB (Red+Green+Blue) = 141+253+223=617 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.85% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFDDF is #720220. Grayscale: #D8D8D8. Windows color (decimal): -7471649 or 14679437. OLE color: 14679437.
HSL color Cylindrical-coordinate representation of color #8DFDDF: hue angle of 163.93º degrees, saturation: 0.97, 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 #8DFDDF is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 253 | 223 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.01 |
| HSL | 163.93º | 0.97% | 0.77% | - |
| HSV(B) | 163.93º | 0.44% | 0.99% | - |
| XYZ | 59.43 | 81.24 | 82.36 | - |
| YUV | 216.09 | 131.89 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 253 | 223 | 0.44 | 0 | 0.12 | 0.01 | 163.93 | 0.97 | 0.77 |
| Hex | 8D | FD | DF | 2C | 0 | C | 1 | A4 | 61 | 4D |
| Octal | 215 | 375 | 337 | 54 | 0 | 14 | 1 | 244 | 141 | 115 |
| Binary | 10001101 | 11111101 | 11011111 | 101100 | 0 | 1100 | 1 | 10100100 | 1100001 | 1001101 |
Color Harmonies of #8DFDDF
Complementary color
Monochromatic Colors of #8DFDDF
Black with #8DFDDF
Text Example
Text Example
White with #8DFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFDDF; }
p { color: rgb(141,253,223); }
H1.HeaderClassName
{
color: #8DFDDF;
}
.AnyTagClassName
{
color: #8DFDDF;
}
</style>
background-color css
<style>
a { background-color: #8DFDDF; }
a { background-color: rgb(141,253,223); }
div.DivClassName
{
background-color: #8DFDDF;
}
.BgClassName
{
background-color: #8DFDDF;
}
</style>
border-color css
<style>
span { border-color: #8DFDDF; }
span { border-color: rgb(141,253,223); }
td.TdClassName
{
border-color: #8DFDDF;
}
.TagClassName
{
border-color: #8DFDDF;
}
</style>