Shades of Aquamarine #8FFDE0
Tints of Aquamarine #8FFDE0
RGB
CMYK
RGB Variations
Color information
#8FFDE0 (or 0x8FFDE0) is known color: Aquamarine. HEX triplet: 8F, FD and E0. RGB value is (143,253,224). Sum of RGB (Red+Green+Blue) = 143+253+224=620 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.06% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #8FFDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFDE0 is #70021F. Grayscale: #D8D8D8. Windows color (decimal): -7340576 or 14744975. OLE color: 14744975.
HSL color Cylindrical-coordinate representation of color #8FFDE0: hue angle of 164.18º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFDE0 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 253 | 224 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.01 |
| HSL | 164.18º | 0.96% | 0.78% | - |
| HSV(B) | 164.18º | 0.43% | 0.99% | - |
| XYZ | 59.91 | 81.47 | 83.09 | - |
| YUV | 216.8 | 132.06 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 253 | 224 | 0.43 | 0 | 0.11 | 0.01 | 164.18 | 0.96 | 0.78 |
| Hex | 8F | FD | E0 | 2B | 0 | B | 1 | A4 | 60 | 4E |
| Octal | 217 | 375 | 340 | 53 | 0 | 13 | 1 | 244 | 140 | 116 |
| Binary | 10001111 | 11111101 | 11100000 | 101011 | 0 | 1011 | 1 | 10100100 | 1100000 | 1001110 |
Color Harmonies of #8FFDE0
Complementary color
Monochromatic Colors of #8FFDE0
Black with #8FFDE0
Text Example
Text Example
White with #8FFDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFDE0; }
p { color: rgb(143,253,224); }
H1.HeaderClassName
{
color: #8FFDE0;
}
.AnyTagClassName
{
color: #8FFDE0;
}
</style>
background-color css
<style>
a { background-color: #8FFDE0; }
a { background-color: rgb(143,253,224); }
div.DivClassName
{
background-color: #8FFDE0;
}
.BgClassName
{
background-color: #8FFDE0;
}
</style>
border-color css
<style>
span { border-color: #8FFDE0; }
span { border-color: rgb(143,253,224); }
td.TdClassName
{
border-color: #8FFDE0;
}
.TagClassName
{
border-color: #8FFDE0;
}
</style>