Shades of Aquamarine #8FFEDF
Tints of Aquamarine #8FFEDF
RGB
CMYK
RGB Variations
Color information
#8FFEDF (or 0x8FFEDF) is known color: Aquamarine. HEX triplet: 8F, FE and DF. RGB value is (143,254,223). Sum of RGB (Red+Green+Blue) = 143+254+223=620 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.06% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFEDF is #700120. Grayscale: #D9D9D9. Windows color (decimal): -7340321 or 14679695. OLE color: 14679695.
HSL color Cylindrical-coordinate representation of color #8FFEDF: hue angle of 163.24º 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 #8FFEDF is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 254 | 223 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.00 |
| HSL | 163.24º | 0.98% | 0.78% | - |
| HSV(B) | 163.24º | 0.44% | 1% | - |
| XYZ | 60.09 | 82.05 | 82.48 | - |
| YUV | 217.28 | 131.23 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 254 | 223 | 0.44 | 0 | 0.12 | 0.00 | 163.24 | 0.98 | 0.78 |
| Hex | 8F | FE | DF | 2C | 0 | C | 0 | A3 | 62 | 4E |
| Octal | 217 | 376 | 337 | 54 | 0 | 14 | 0 | 243 | 142 | 116 |
| Binary | 10001111 | 11111110 | 11011111 | 101100 | 0 | 1100 | 0 | 10100011 | 1100010 | 1001110 |
Color Harmonies of #8FFEDF
Complementary color
Monochromatic Colors of #8FFEDF
Black with #8FFEDF
Text Example
Text Example
White with #8FFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFEDF; }
p { color: rgb(143,254,223); }
H1.HeaderClassName
{
color: #8FFEDF;
}
.AnyTagClassName
{
color: #8FFEDF;
}
</style>
background-color css
<style>
a { background-color: #8FFEDF; }
a { background-color: rgb(143,254,223); }
div.DivClassName
{
background-color: #8FFEDF;
}
.BgClassName
{
background-color: #8FFEDF;
}
</style>
border-color css
<style>
span { border-color: #8FFEDF; }
span { border-color: rgb(143,254,223); }
td.TdClassName
{
border-color: #8FFEDF;
}
.TagClassName
{
border-color: #8FFEDF;
}
</style>