Shades of Aquamarine #8FFED1
Tints of Aquamarine #8FFED1
RGB
CMYK
RGB Variations
Color information
#8FFED1 (or 0x8FFED1) is known color: Aquamarine. HEX triplet: 8F, FE and D1. RGB value is (143,254,209). Sum of RGB (Red+Green+Blue) = 143+254+209=606 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.60% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFED1 is #70012E. Grayscale: #D7D7D7. Windows color (decimal): -7340335 or 13762191. OLE color: 13762191.
HSL color Cylindrical-coordinate representation of color #8FFED1: hue angle of 155.68º 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 #8FFED1 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 254 | 209 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.00 |
| HSL | 155.68º | 0.98% | 0.78% | - |
| HSV(B) | 155.68º | 0.44% | 1% | - |
| XYZ | 58.28 | 81.33 | 72.95 | - |
| YUV | 215.68 | 124.23 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 254 | 209 | 0.44 | 0 | 0.18 | 0.00 | 155.68 | 0.98 | 0.78 |
| Hex | 8F | FE | D1 | 2C | 0 | 12 | 0 | 9C | 62 | 4E |
| Octal | 217 | 376 | 321 | 54 | 0 | 22 | 0 | 234 | 142 | 116 |
| Binary | 10001111 | 11111110 | 11010001 | 101100 | 0 | 10010 | 0 | 10011100 | 1100010 | 1001110 |
Color Harmonies of #8FFED1
Complementary color
Monochromatic Colors of #8FFED1
Black with #8FFED1
Text Example
Text Example
White with #8FFED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFED1; }
p { color: rgb(143,254,209); }
H1.HeaderClassName
{
color: #8FFED1;
}
.AnyTagClassName
{
color: #8FFED1;
}
</style>
background-color css
<style>
a { background-color: #8FFED1; }
a { background-color: rgb(143,254,209); }
div.DivClassName
{
background-color: #8FFED1;
}
.BgClassName
{
background-color: #8FFED1;
}
</style>
border-color css
<style>
span { border-color: #8FFED1; }
span { border-color: rgb(143,254,209); }
td.TdClassName
{
border-color: #8FFED1;
}
.TagClassName
{
border-color: #8FFED1;
}
</style>