Shades of Aquamarine #8FF0D1
Tints of Aquamarine #8FF0D1
RGB
CMYK
RGB Variations
Color information
#8FF0D1 (or 0x8FF0D1) is known color: Aquamarine. HEX triplet: 8F, F0 and D1. RGB value is (143,240,209). Sum of RGB (Red+Green+Blue) = 143+240+209=592 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.16% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF0D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF0D1 is #700F2E. Grayscale: #CFCFCF. Windows color (decimal): -7343919 or 13758607. OLE color: 13758607.
HSL color Cylindrical-coordinate representation of color #8FF0D1: hue angle of 160.82º 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 #8FF0D1 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 209 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.06 |
| HSL | 160.82º | 0.76% | 0.75% | - |
| HSV(B) | 160.82º | 0.4% | 0.94% | - |
| XYZ | 54 | 72.76 | 71.52 | - |
| YUV | 207.46 | 128.86 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 209 | 0.40 | 0 | 0.13 | 0.06 | 160.82 | 0.76 | 0.75 |
| Hex | 8F | F0 | D1 | 28 | 0 | D | 6 | A1 | 4C | 4B |
| Octal | 217 | 360 | 321 | 50 | 0 | 15 | 6 | 241 | 114 | 113 |
| Binary | 10001111 | 11110000 | 11010001 | 101000 | 0 | 1101 | 110 | 10100001 | 1001100 | 1001011 |
Color Harmonies of #8FF0D1
Complementary color
Monochromatic Colors of #8FF0D1
Black with #8FF0D1
Text Example
Text Example
White with #8FF0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF0D1; }
p { color: rgb(143,240,209); }
H1.HeaderClassName
{
color: #8FF0D1;
}
.AnyTagClassName
{
color: #8FF0D1;
}
</style>
background-color css
<style>
a { background-color: #8FF0D1; }
a { background-color: rgb(143,240,209); }
div.DivClassName
{
background-color: #8FF0D1;
}
.BgClassName
{
background-color: #8FF0D1;
}
</style>
border-color css
<style>
span { border-color: #8FF0D1; }
span { border-color: rgb(143,240,209); }
td.TdClassName
{
border-color: #8FF0D1;
}
.TagClassName
{
border-color: #8FF0D1;
}
</style>