Shades of Aquamarine #8DFEDF
Tints of Aquamarine #8DFEDF
RGB
CMYK
RGB Variations
Color information
#8DFEDF (or 0x8DFEDF) is known color: Aquamarine. HEX triplet: 8D, FE and DF. RGB value is (141,254,223). Sum of RGB (Red+Green+Blue) = 141+254+223=618 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.82% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFEDF is #720120. Grayscale: #D8D8D8. Windows color (decimal): -7471393 or 14679693. OLE color: 14679693.
HSL color Cylindrical-coordinate representation of color #8DFEDF: hue angle of 163.54º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFEDF is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 254 | 223 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.00 |
| HSL | 163.54º | 0.98% | 0.77% | - |
| HSV(B) | 163.54º | 0.44% | 1% | - |
| XYZ | 59.75 | 81.87 | 82.47 | - |
| YUV | 216.68 | 131.56 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 254 | 223 | 0.44 | 0 | 0.12 | 0.00 | 163.54 | 0.98 | 0.77 |
| Hex | 8D | FE | DF | 2C | 0 | C | 0 | A4 | 62 | 4D |
| Octal | 215 | 376 | 337 | 54 | 0 | 14 | 0 | 244 | 142 | 115 |
| Binary | 10001101 | 11111110 | 11011111 | 101100 | 0 | 1100 | 0 | 10100100 | 1100010 | 1001101 |
Color Harmonies of #8DFEDF
Complementary color
Monochromatic Colors of #8DFEDF
Black with #8DFEDF
Text Example
Text Example
White with #8DFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFEDF; }
p { color: rgb(141,254,223); }
H1.HeaderClassName
{
color: #8DFEDF;
}
.AnyTagClassName
{
color: #8DFEDF;
}
</style>
background-color css
<style>
a { background-color: #8DFEDF; }
a { background-color: rgb(141,254,223); }
div.DivClassName
{
background-color: #8DFEDF;
}
.BgClassName
{
background-color: #8DFEDF;
}
</style>
border-color css
<style>
span { border-color: #8DFEDF; }
span { border-color: rgb(141,254,223); }
td.TdClassName
{
border-color: #8DFEDF;
}
.TagClassName
{
border-color: #8DFEDF;
}
</style>