Shades of Aquamarine #8DFDC0
Tints of Aquamarine #8DFDC0
RGB
CMYK
RGB Variations
Color information
#8DFDC0 (or 0x8DFDC0) is known color: Aquamarine. HEX triplet: 8D, FD and C0. RGB value is (141,253,192). Sum of RGB (Red+Green+Blue) = 141+253+192=586 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.06% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFDC0 is #72023F. Grayscale: #D4D4D4. Windows color (decimal): -7471680 or 12647821. OLE color: 12647821.
HSL color Cylindrical-coordinate representation of color #8DFDC0: hue angle of 147.32º 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 #8DFDC0 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 253 | 192 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.01 |
| HSL | 147.32º | 0.97% | 0.77% | - |
| HSV(B) | 147.32º | 0.44% | 0.99% | - |
| XYZ | 55.62 | 79.72 | 62.32 | - |
| YUV | 212.56 | 116.39 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 253 | 192 | 0.44 | 0 | 0.24 | 0.01 | 147.32 | 0.97 | 0.77 |
| Hex | 8D | FD | C0 | 2C | 0 | 18 | 1 | 93 | 61 | 4D |
| Octal | 215 | 375 | 300 | 54 | 0 | 30 | 1 | 223 | 141 | 115 |
| Binary | 10001101 | 11111101 | 11000000 | 101100 | 0 | 11000 | 1 | 10010011 | 1100001 | 1001101 |
Color Harmonies of #8DFDC0
Complementary color
Monochromatic Colors of #8DFDC0
Black with #8DFDC0
Text Example
Text Example
White with #8DFDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFDC0; }
p { color: rgb(141,253,192); }
H1.HeaderClassName
{
color: #8DFDC0;
}
.AnyTagClassName
{
color: #8DFDC0;
}
</style>
background-color css
<style>
a { background-color: #8DFDC0; }
a { background-color: rgb(141,253,192); }
div.DivClassName
{
background-color: #8DFDC0;
}
.BgClassName
{
background-color: #8DFDC0;
}
</style>
border-color css
<style>
span { border-color: #8DFDC0; }
span { border-color: rgb(141,253,192); }
td.TdClassName
{
border-color: #8DFDC0;
}
.TagClassName
{
border-color: #8DFDC0;
}
</style>