Shades of Aquamarine #8EF4DD
Tints of Aquamarine #8EF4DD
RGB
CMYK
RGB Variations
Color information
#8EF4DD (or 0x8EF4DD) is known color: Aquamarine. HEX triplet: 8E, F4 and DD. RGB value is (142,244,221). Sum of RGB (Red+Green+Blue) = 142+244+221=607 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.39% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF4DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF4DD is #710B22. Grayscale: #D2D2D2. Windows color (decimal): -7408419 or 14546062. OLE color: 14546062.
HSL color Cylindrical-coordinate representation of color #8EF4DD: hue angle of 166.47º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EF4DD is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 244 | 221 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.04 |
| HSL | 166.47º | 0.82% | 0.76% | - |
| HSV(B) | 166.47º | 0.42% | 0.96% | - |
| XYZ | 56.56 | 75.67 | 80.03 | - |
| YUV | 210.88 | 133.71 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 244 | 221 | 0.42 | 0 | 0.09 | 0.04 | 166.47 | 0.82 | 0.76 |
| Hex | 8E | F4 | DD | 2A | 0 | 9 | 4 | A6 | 52 | 4C |
| Octal | 216 | 364 | 335 | 52 | 0 | 11 | 4 | 246 | 122 | 114 |
| Binary | 10001110 | 11110100 | 11011101 | 101010 | 0 | 1001 | 100 | 10100110 | 1010010 | 1001100 |
Color Harmonies of #8EF4DD
Complementary color
Monochromatic Colors of #8EF4DD
Black with #8EF4DD
Text Example
Text Example
White with #8EF4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF4DD; }
p { color: rgb(142,244,221); }
H1.HeaderClassName
{
color: #8EF4DD;
}
.AnyTagClassName
{
color: #8EF4DD;
}
</style>
background-color css
<style>
a { background-color: #8EF4DD; }
a { background-color: rgb(142,244,221); }
div.DivClassName
{
background-color: #8EF4DD;
}
.BgClassName
{
background-color: #8EF4DD;
}
</style>
border-color css
<style>
span { border-color: #8EF4DD; }
span { border-color: rgb(142,244,221); }
td.TdClassName
{
border-color: #8EF4DD;
}
.TagClassName
{
border-color: #8EF4DD;
}
</style>