Shades of Aquamarine #8FF0D7
Tints of Aquamarine #8FF0D7
RGB
CMYK
RGB Variations
Color information
#8FF0D7 (or 0x8FF0D7) is known color: Aquamarine. HEX triplet: 8F, F0 and D7. RGB value is (143,240,215). Sum of RGB (Red+Green+Blue) = 143+240+215=598 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.91% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF0D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF0D7 is #700F28. Grayscale: #D0D0D0. Windows color (decimal): -7343913 or 14151823. OLE color: 14151823.
HSL color Cylindrical-coordinate representation of color #8FF0D7: hue angle of 164.54º 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 #8FF0D7 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 215 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.06 |
| HSL | 164.54º | 0.76% | 0.75% | - |
| HSV(B) | 164.54º | 0.4% | 0.94% | - |
| XYZ | 54.75 | 73.07 | 75.51 | - |
| YUV | 208.15 | 131.86 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 215 | 0.40 | 0 | 0.10 | 0.06 | 164.54 | 0.76 | 0.75 |
| Hex | 8F | F0 | D7 | 28 | 0 | A | 6 | A5 | 4C | 4B |
| Octal | 217 | 360 | 327 | 50 | 0 | 12 | 6 | 245 | 114 | 113 |
| Binary | 10001111 | 11110000 | 11010111 | 101000 | 0 | 1010 | 110 | 10100101 | 1001100 | 1001011 |
Color Harmonies of #8FF0D7
Complementary color
Monochromatic Colors of #8FF0D7
Black with #8FF0D7
Text Example
Text Example
White with #8FF0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF0D7; }
p { color: rgb(143,240,215); }
H1.HeaderClassName
{
color: #8FF0D7;
}
.AnyTagClassName
{
color: #8FF0D7;
}
</style>
background-color css
<style>
a { background-color: #8FF0D7; }
a { background-color: rgb(143,240,215); }
div.DivClassName
{
background-color: #8FF0D7;
}
.BgClassName
{
background-color: #8FF0D7;
}
</style>
border-color css
<style>
span { border-color: #8FF0D7; }
span { border-color: rgb(143,240,215); }
td.TdClassName
{
border-color: #8FF0D7;
}
.TagClassName
{
border-color: #8FF0D7;
}
</style>