Shades of Aquamarine #8EEECD
Tints of Aquamarine #8EEECD
RGB
CMYK
RGB Variations
Color information
#8EEECD (or 0x8EEECD) is known color: Aquamarine. HEX triplet: 8E, EE and CD. RGB value is (142,238,205). Sum of RGB (Red+Green+Blue) = 142+238+205=585 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.27% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEECD is #711132. Grayscale: #CDCDCD. Windows color (decimal): -7409971 or 13495950. OLE color: 13495950.
HSL color Cylindrical-coordinate representation of color #8EEECD: hue angle of 159.38º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEECD is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 238 | 205 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.07 |
| HSL | 159.38º | 0.74% | 0.75% | - |
| HSV(B) | 159.38º | 0.4% | 0.93% | - |
| XYZ | 52.75 | 71.31 | 68.74 | - |
| YUV | 205.53 | 127.7 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 238 | 205 | 0.40 | 0 | 0.14 | 0.07 | 159.38 | 0.74 | 0.75 |
| Hex | 8E | EE | CD | 28 | 0 | E | 7 | 9F | 4A | 4B |
| Octal | 216 | 356 | 315 | 50 | 0 | 16 | 7 | 237 | 112 | 113 |
| Binary | 10001110 | 11101110 | 11001101 | 101000 | 0 | 1110 | 111 | 10011111 | 1001010 | 1001011 |
Color Harmonies of #8EEECD
Complementary color
Monochromatic Colors of #8EEECD
Black with #8EEECD
Text Example
Text Example
White with #8EEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEECD; }
p { color: rgb(142,238,205); }
H1.HeaderClassName
{
color: #8EEECD;
}
.AnyTagClassName
{
color: #8EEECD;
}
</style>
background-color css
<style>
a { background-color: #8EEECD; }
a { background-color: rgb(142,238,205); }
div.DivClassName
{
background-color: #8EEECD;
}
.BgClassName
{
background-color: #8EEECD;
}
</style>
border-color css
<style>
span { border-color: #8EEECD; }
span { border-color: rgb(142,238,205); }
td.TdClassName
{
border-color: #8EEECD;
}
.TagClassName
{
border-color: #8EEECD;
}
</style>