Shades of Aquamarine #8EEEDF
Tints of Aquamarine #8EEEDF
RGB
CMYK
RGB Variations
Color information
#8EEEDF (or 0x8EEEDF) is known color: Aquamarine. HEX triplet: 8E, EE and DF. RGB value is (142,238,223). Sum of RGB (Red+Green+Blue) = 142+238+223=603 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.55% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEEDF is #711120. Grayscale: #CFCFCF. Windows color (decimal): -7409953 or 14675598. OLE color: 14675598.
HSL color Cylindrical-coordinate representation of color #8EEEDF: hue angle of 170.62º 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 #8EEEDF is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 238 | 223 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.07 |
| HSL | 170.63º | 0.74% | 0.75% | - |
| HSV(B) | 170.63º | 0.4% | 0.93% | - |
| XYZ | 55.05 | 72.23 | 80.85 | - |
| YUV | 207.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 238 | 223 | 0.40 | 0 | 0.06 | 0.07 | 170.63 | 0.74 | 0.75 |
| Hex | 8E | EE | DF | 28 | 0 | 6 | 7 | AB | 4A | 4B |
| Octal | 216 | 356 | 337 | 50 | 0 | 6 | 7 | 253 | 112 | 113 |
| Binary | 10001110 | 11101110 | 11011111 | 101000 | 0 | 110 | 111 | 10101011 | 1001010 | 1001011 |
Color Harmonies of #8EEEDF
Complementary color
Monochromatic Colors of #8EEEDF
Black with #8EEEDF
Text Example
Text Example
White with #8EEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEEDF; }
p { color: rgb(142,238,223); }
H1.HeaderClassName
{
color: #8EEEDF;
}
.AnyTagClassName
{
color: #8EEEDF;
}
</style>
background-color css
<style>
a { background-color: #8EEEDF; }
a { background-color: rgb(142,238,223); }
div.DivClassName
{
background-color: #8EEEDF;
}
.BgClassName
{
background-color: #8EEEDF;
}
</style>
border-color css
<style>
span { border-color: #8EEEDF; }
span { border-color: rgb(142,238,223); }
td.TdClassName
{
border-color: #8EEEDF;
}
.TagClassName
{
border-color: #8EEEDF;
}
</style>