Shades of Aquamarine #8FFFD0
Tints of Aquamarine #8FFFD0
RGB
CMYK
RGB Variations
Color information
#8FFFD0 (or 0x8FFFD0) is known color: Aquamarine. HEX triplet: 8F, FF and D0. RGB value is (143,255,208). Sum of RGB (Red+Green+Blue) = 143+255+208=606 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.60% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFD0 is #70002F. Grayscale: #D8D8D8. Windows color (decimal): -7340080 or 13696911. OLE color: 13696911.
HSL color Cylindrical-coordinate representation of color #8FFFD0: hue angle of 154.82º 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 #8FFFD0 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 208 | - |
| CMYK | 0.44 | 0 | 0.18 | 0 |
| HSL | 154.82º | 1% | 0.78% | - |
| HSV(B) | 154.82º | 0.44% | 1% | - |
| XYZ | 58.47 | 81.91 | 72.4 | - |
| YUV | 216.15 | 123.39 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 208 | 0.44 | 0 | 0.18 | 0 | 154.82 | 1 | 0.78 |
| Hex | 8F | FF | D0 | 2C | 0 | 12 | 0 | 9B | 64 | 4E |
| Octal | 217 | 377 | 320 | 54 | 0 | 22 | 0 | 233 | 144 | 116 |
| Binary | 10001111 | 11111111 | 11010000 | 101100 | 0 | 10010 | 0 | 10011011 | 1100100 | 1001110 |
Color Harmonies of #8FFFD0
Complementary color
Monochromatic Colors of #8FFFD0
Black with #8FFFD0
Text Example
Text Example
White with #8FFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFFD0; }
p { color: rgb(143,255,208); }
H1.HeaderClassName
{
color: #8FFFD0;
}
.AnyTagClassName
{
color: #8FFFD0;
}
</style>
background-color css
<style>
a { background-color: #8FFFD0; }
a { background-color: rgb(143,255,208); }
div.DivClassName
{
background-color: #8FFFD0;
}
.BgClassName
{
background-color: #8FFFD0;
}
</style>
border-color css
<style>
span { border-color: #8FFFD0; }
span { border-color: rgb(143,255,208); }
td.TdClassName
{
border-color: #8FFFD0;
}
.TagClassName
{
border-color: #8FFFD0;
}
</style>