Shades of Aquamarine #8FF7D8
Tints of Aquamarine #8FF7D8
RGB
CMYK
RGB Variations
Color information
#8FF7D8 (or 0x8FF7D8) is known color: Aquamarine. HEX triplet: 8F, F7 and D8. RGB value is (143,247,216). Sum of RGB (Red+Green+Blue) = 143+247+216=606 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.60% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #8FF7D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF7D8 is #700827. Grayscale: #D4D4D4. Windows color (decimal): -7342120 or 14219151. OLE color: 14219151.
HSL color Cylindrical-coordinate representation of color #8FF7D8: hue angle of 162.12º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF7D8 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 247 | 216 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.03 |
| HSL | 162.12º | 0.87% | 0.76% | - |
| HSV(B) | 162.12º | 0.42% | 0.97% | - |
| XYZ | 56.98 | 77.32 | 76.89 | - |
| YUV | 212.37 | 130.04 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 247 | 216 | 0.42 | 0 | 0.13 | 0.03 | 162.12 | 0.87 | 0.76 |
| Hex | 8F | F7 | D8 | 2A | 0 | D | 3 | A2 | 57 | 4C |
| Octal | 217 | 367 | 330 | 52 | 0 | 15 | 3 | 242 | 127 | 114 |
| Binary | 10001111 | 11110111 | 11011000 | 101010 | 0 | 1101 | 11 | 10100010 | 1010111 | 1001100 |
Color Harmonies of #8FF7D8
Complementary color
Monochromatic Colors of #8FF7D8
Black with #8FF7D8
Text Example
Text Example
White with #8FF7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF7D8; }
p { color: rgb(143,247,216); }
H1.HeaderClassName
{
color: #8FF7D8;
}
.AnyTagClassName
{
color: #8FF7D8;
}
</style>
background-color css
<style>
a { background-color: #8FF7D8; }
a { background-color: rgb(143,247,216); }
div.DivClassName
{
background-color: #8FF7D8;
}
.BgClassName
{
background-color: #8FF7D8;
}
</style>
border-color css
<style>
span { border-color: #8FF7D8; }
span { border-color: rgb(143,247,216); }
td.TdClassName
{
border-color: #8FF7D8;
}
.TagClassName
{
border-color: #8FF7D8;
}
</style>