Shades of Aquamarine #8EFFCD
Tints of Aquamarine #8EFFCD
RGB
CMYK
RGB Variations
Color information
#8EFFCD (or 0x8EFFCD) is known color: Aquamarine. HEX triplet: 8E, FF and CD. RGB value is (142,255,205). Sum of RGB (Red+Green+Blue) = 142+255+205=602 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.59% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFFCD is #710032. Grayscale: #D7D7D7. Windows color (decimal): -7405619 or 13500302. OLE color: 13500302.
HSL color Cylindrical-coordinate representation of color #8EFFCD: hue angle of 153.45º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFFCD is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 205 | - |
| CMYK | 0.44 | 0 | 0.20 | 0 |
| HSL | 153.45º | 1% | 0.78% | - |
| HSV(B) | 153.45º | 0.44% | 1% | - |
| XYZ | 57.93 | 81.68 | 70.47 | - |
| YUV | 215.51 | 122.06 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 205 | 0.44 | 0 | 0.20 | 0 | 153.45 | 1 | 0.78 |
| Hex | 8E | FF | CD | 2C | 0 | 14 | 0 | 99 | 64 | 4E |
| Octal | 216 | 377 | 315 | 54 | 0 | 24 | 0 | 231 | 144 | 116 |
| Binary | 10001110 | 11111111 | 11001101 | 101100 | 0 | 10100 | 0 | 10011001 | 1100100 | 1001110 |
Color Harmonies of #8EFFCD
Complementary color
Monochromatic Colors of #8EFFCD
Black with #8EFFCD
Text Example
Text Example
White with #8EFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFFCD; }
p { color: rgb(142,255,205); }
H1.HeaderClassName
{
color: #8EFFCD;
}
.AnyTagClassName
{
color: #8EFFCD;
}
</style>
background-color css
<style>
a { background-color: #8EFFCD; }
a { background-color: rgb(142,255,205); }
div.DivClassName
{
background-color: #8EFFCD;
}
.BgClassName
{
background-color: #8EFFCD;
}
</style>
border-color css
<style>
span { border-color: #8EFFCD; }
span { border-color: rgb(142,255,205); }
td.TdClassName
{
border-color: #8EFFCD;
}
.TagClassName
{
border-color: #8EFFCD;
}
</style>