Shades of Aquamarine #8EEDDF
Tints of Aquamarine #8EEDDF
RGB
CMYK
RGB Variations
Color information
#8EEDDF (or 0x8EEDDF) is known color: Aquamarine. HEX triplet: 8E, ED and DF. RGB value is (142,237,223). Sum of RGB (Red+Green+Blue) = 142+237+223=602 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.59% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEDDF is #711220. Grayscale: #CECECE. Windows color (decimal): -7410209 or 14675342. OLE color: 14675342.
HSL color Cylindrical-coordinate representation of color #8EEDDF: hue angle of 171.16º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEDDF is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 237 | 223 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.07 |
| HSL | 171.16º | 0.73% | 0.74% | - |
| HSV(B) | 171.16º | 0.4% | 0.93% | - |
| XYZ | 54.76 | 71.65 | 80.76 | - |
| YUV | 207 | 137.03 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 237 | 223 | 0.40 | 0 | 0.06 | 0.07 | 171.16 | 0.73 | 0.74 |
| Hex | 8E | ED | DF | 28 | 0 | 6 | 7 | AB | 49 | 4A |
| Octal | 216 | 355 | 337 | 50 | 0 | 6 | 7 | 253 | 111 | 112 |
| Binary | 10001110 | 11101101 | 11011111 | 101000 | 0 | 110 | 111 | 10101011 | 1001001 | 1001010 |
Color Harmonies of #8EEDDF
Complementary color
Monochromatic Colors of #8EEDDF
Black with #8EEDDF
Text Example
Text Example
White with #8EEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEDDF; }
p { color: rgb(142,237,223); }
H1.HeaderClassName
{
color: #8EEDDF;
}
.AnyTagClassName
{
color: #8EEDDF;
}
</style>
background-color css
<style>
a { background-color: #8EEDDF; }
a { background-color: rgb(142,237,223); }
div.DivClassName
{
background-color: #8EEDDF;
}
.BgClassName
{
background-color: #8EEDDF;
}
</style>
border-color css
<style>
span { border-color: #8EEDDF; }
span { border-color: rgb(142,237,223); }
td.TdClassName
{
border-color: #8EEDDF;
}
.TagClassName
{
border-color: #8EEDDF;
}
</style>