Shades of Aquamarine #8DFDCD
Tints of Aquamarine #8DFDCD
RGB
CMYK
RGB Variations
Color information
#8DFDCD (or 0x8DFDCD) is known color: Aquamarine. HEX triplet: 8D, FD and CD. RGB value is (141,253,205). Sum of RGB (Red+Green+Blue) = 141+253+205=599 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.54% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFDCD is #720232. Grayscale: #D6D6D6. Windows color (decimal): -7471667 or 13499789. OLE color: 13499789.
HSL color Cylindrical-coordinate representation of color #8DFDCD: hue angle of 154.29º 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 #8DFDCD is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 253 | 205 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.01 |
| HSL | 154.29º | 0.97% | 0.77% | - |
| HSV(B) | 154.29º | 0.44% | 0.99% | - |
| XYZ | 57.13 | 80.32 | 70.25 | - |
| YUV | 214.04 | 122.89 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 253 | 205 | 0.44 | 0 | 0.19 | 0.01 | 154.29 | 0.97 | 0.77 |
| Hex | 8D | FD | CD | 2C | 0 | 13 | 1 | 9A | 61 | 4D |
| Octal | 215 | 375 | 315 | 54 | 0 | 23 | 1 | 232 | 141 | 115 |
| Binary | 10001101 | 11111101 | 11001101 | 101100 | 0 | 10011 | 1 | 10011010 | 1100001 | 1001101 |
Color Harmonies of #8DFDCD
Complementary color
Monochromatic Colors of #8DFDCD
Black with #8DFDCD
Text Example
Text Example
White with #8DFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFDCD; }
p { color: rgb(141,253,205); }
H1.HeaderClassName
{
color: #8DFDCD;
}
.AnyTagClassName
{
color: #8DFDCD;
}
</style>
background-color css
<style>
a { background-color: #8DFDCD; }
a { background-color: rgb(141,253,205); }
div.DivClassName
{
background-color: #8DFDCD;
}
.BgClassName
{
background-color: #8DFDCD;
}
</style>
border-color css
<style>
span { border-color: #8DFDCD; }
span { border-color: rgb(141,253,205); }
td.TdClassName
{
border-color: #8DFDCD;
}
.TagClassName
{
border-color: #8DFDCD;
}
</style>