Shades of Aquamarine #8FF0D6
Tints of Aquamarine #8FF0D6
RGB
CMYK
RGB Variations
Color information
#8FF0D6 (or 0x8FF0D6) is known color: Aquamarine. HEX triplet: 8F, F0 and D6. RGB value is (143,240,214). Sum of RGB (Red+Green+Blue) = 143+240+214=597 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.95% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF0D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF0D6 is #700F29. Grayscale: #D0D0D0. Windows color (decimal): -7343914 or 14086287. OLE color: 14086287.
HSL color Cylindrical-coordinate representation of color #8FF0D6: hue angle of 163.92º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FF0D6 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 214 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.06 |
| HSL | 163.92º | 0.76% | 0.75% | - |
| HSV(B) | 163.92º | 0.4% | 0.94% | - |
| XYZ | 54.63 | 73.01 | 74.83 | - |
| YUV | 208.03 | 131.36 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 214 | 0.40 | 0 | 0.11 | 0.06 | 163.92 | 0.76 | 0.75 |
| Hex | 8F | F0 | D6 | 28 | 0 | B | 6 | A4 | 4C | 4B |
| Octal | 217 | 360 | 326 | 50 | 0 | 13 | 6 | 244 | 114 | 113 |
| Binary | 10001111 | 11110000 | 11010110 | 101000 | 0 | 1011 | 110 | 10100100 | 1001100 | 1001011 |
Color Harmonies of #8FF0D6
Complementary color
Monochromatic Colors of #8FF0D6
Black with #8FF0D6
Text Example
Text Example
White with #8FF0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF0D6; }
p { color: rgb(143,240,214); }
H1.HeaderClassName
{
color: #8FF0D6;
}
.AnyTagClassName
{
color: #8FF0D6;
}
</style>
background-color css
<style>
a { background-color: #8FF0D6; }
a { background-color: rgb(143,240,214); }
div.DivClassName
{
background-color: #8FF0D6;
}
.BgClassName
{
background-color: #8FF0D6;
}
</style>
border-color css
<style>
span { border-color: #8FF0D6; }
span { border-color: rgb(143,240,214); }
td.TdClassName
{
border-color: #8FF0D6;
}
.TagClassName
{
border-color: #8FF0D6;
}
</style>