Shades of Aquamarine #8FFFD7
Tints of Aquamarine #8FFFD7
RGB
CMYK
RGB Variations
Color information
#8FFFD7 (or 0x8FFFD7) is known color: Aquamarine. HEX triplet: 8F, FF and D7. RGB value is (143,255,215). Sum of RGB (Red+Green+Blue) = 143+255+215=613 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.33% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFD7 is #700028. Grayscale: #D9D9D9. Windows color (decimal): -7340073 or 14155663. OLE color: 14155663.
HSL color Cylindrical-coordinate representation of color #8FFFD7: hue angle of 158.57º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFFD7 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 215 | - |
| CMYK | 0.44 | 0 | 0.16 | 0 |
| HSL | 158.57º | 1% | 0.78% | - |
| HSV(B) | 158.57º | 0.44% | 1% | - |
| XYZ | 59.35 | 82.27 | 77.04 | - |
| YUV | 216.95 | 126.89 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 215 | 0.44 | 0 | 0.16 | 0 | 158.57 | 1 | 0.78 |
| Hex | 8F | FF | D7 | 2C | 0 | 10 | 0 | 9F | 64 | 4E |
| Octal | 217 | 377 | 327 | 54 | 0 | 20 | 0 | 237 | 144 | 116 |
| Binary | 10001111 | 11111111 | 11010111 | 101100 | 0 | 10000 | 0 | 10011111 | 1100100 | 1001110 |
Color Harmonies of #8FFFD7
Complementary color
Monochromatic Colors of #8FFFD7
Black with #8FFFD7
Text Example
Text Example
White with #8FFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFFD7; }
p { color: rgb(143,255,215); }
H1.HeaderClassName
{
color: #8FFFD7;
}
.AnyTagClassName
{
color: #8FFFD7;
}
</style>
background-color css
<style>
a { background-color: #8FFFD7; }
a { background-color: rgb(143,255,215); }
div.DivClassName
{
background-color: #8FFFD7;
}
.BgClassName
{
background-color: #8FFFD7;
}
</style>
border-color css
<style>
span { border-color: #8FFFD7; }
span { border-color: rgb(143,255,215); }
td.TdClassName
{
border-color: #8FFFD7;
}
.TagClassName
{
border-color: #8FFFD7;
}
</style>