Shades of Aquamarine #8FFFD6
Tints of Aquamarine #8FFFD6
RGB
CMYK
RGB Variations
Color information
#8FFFD6 (or 0x8FFFD6) is known color: Aquamarine. HEX triplet: 8F, FF and D6. RGB value is (143,255,214). Sum of RGB (Red+Green+Blue) = 143+255+214=612 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.37% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFD6 is #700029. Grayscale: #D8D8D8. Windows color (decimal): -7340074 or 14090127. OLE color: 14090127.
HSL color Cylindrical-coordinate representation of color #8FFFD6: hue angle of 158.04º 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 #8FFFD6 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 214 | - |
| CMYK | 0.44 | 0 | 0.16 | 0 |
| HSL | 158.04º | 1% | 0.78% | - |
| HSV(B) | 158.04º | 0.44% | 1% | - |
| XYZ | 59.23 | 82.21 | 76.37 | - |
| YUV | 216.84 | 126.39 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 214 | 0.44 | 0 | 0.16 | 0 | 158.04 | 1 | 0.78 |
| Hex | 8F | FF | D6 | 2C | 0 | 10 | 0 | 9E | 64 | 4E |
| Octal | 217 | 377 | 326 | 54 | 0 | 20 | 0 | 236 | 144 | 116 |
| Binary | 10001111 | 11111111 | 11010110 | 101100 | 0 | 10000 | 0 | 10011110 | 1100100 | 1001110 |
Color Harmonies of #8FFFD6
Complementary color
Monochromatic Colors of #8FFFD6
Black with #8FFFD6
Text Example
Text Example
White with #8FFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFFD6; }
p { color: rgb(143,255,214); }
H1.HeaderClassName
{
color: #8FFFD6;
}
.AnyTagClassName
{
color: #8FFFD6;
}
</style>
background-color css
<style>
a { background-color: #8FFFD6; }
a { background-color: rgb(143,255,214); }
div.DivClassName
{
background-color: #8FFFD6;
}
.BgClassName
{
background-color: #8FFFD6;
}
</style>
border-color css
<style>
span { border-color: #8FFFD6; }
span { border-color: rgb(143,255,214); }
td.TdClassName
{
border-color: #8FFFD6;
}
.TagClassName
{
border-color: #8FFFD6;
}
</style>