Shades of Aquamarine #8FFEDD
Tints of Aquamarine #8FFEDD
RGB
CMYK
RGB Variations
Color information
#8FFEDD (or 0x8FFEDD) is known color: Aquamarine. HEX triplet: 8F, FE and DD. RGB value is (143,254,221). Sum of RGB (Red+Green+Blue) = 143+254+221=618 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.14% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFEDD is #700122. Grayscale: #D9D9D9. Windows color (decimal): -7340323 or 14548623. OLE color: 14548623.
HSL color Cylindrical-coordinate representation of color #8FFEDD: hue angle of 162.16º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFEDD is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 254 | 221 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.00 |
| HSL | 162.16º | 0.98% | 0.78% | - |
| HSV(B) | 162.16º | 0.44% | 1% | - |
| XYZ | 59.82 | 81.94 | 81.07 | - |
| YUV | 217.05 | 130.23 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 254 | 221 | 0.44 | 0 | 0.13 | 0.00 | 162.16 | 0.98 | 0.78 |
| Hex | 8F | FE | DD | 2C | 0 | D | 0 | A2 | 62 | 4E |
| Octal | 217 | 376 | 335 | 54 | 0 | 15 | 0 | 242 | 142 | 116 |
| Binary | 10001111 | 11111110 | 11011101 | 101100 | 0 | 1101 | 0 | 10100010 | 1100010 | 1001110 |
Color Harmonies of #8FFEDD
Complementary color
Monochromatic Colors of #8FFEDD
Black with #8FFEDD
Text Example
Text Example
White with #8FFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFEDD; }
p { color: rgb(143,254,221); }
H1.HeaderClassName
{
color: #8FFEDD;
}
.AnyTagClassName
{
color: #8FFEDD;
}
</style>
background-color css
<style>
a { background-color: #8FFEDD; }
a { background-color: rgb(143,254,221); }
div.DivClassName
{
background-color: #8FFEDD;
}
.BgClassName
{
background-color: #8FFEDD;
}
</style>
border-color css
<style>
span { border-color: #8FFEDD; }
span { border-color: rgb(143,254,221); }
td.TdClassName
{
border-color: #8FFEDD;
}
.TagClassName
{
border-color: #8FFEDD;
}
</style>