Shades of Aquamarine #8FFFDD
Tints of Aquamarine #8FFFDD
RGB
CMYK
RGB Variations
Color information
#8FFFDD (or 0x8FFFDD) is known color: Aquamarine. HEX triplet: 8F, FF and DD. RGB value is (143,255,221). Sum of RGB (Red+Green+Blue) = 143+255+221=619 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.10% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFDD is #700022. Grayscale: #D9D9D9. Windows color (decimal): -7340067 or 14548879. OLE color: 14548879.
HSL color Cylindrical-coordinate representation of color #8FFFDD: hue angle of 161.79º 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 #8FFFDD is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 221 | - |
| CMYK | 0.44 | 0 | 0.13 | 0 |
| HSL | 161.79º | 1% | 0.78% | - |
| HSV(B) | 161.79º | 0.44% | 1% | - |
| XYZ | 60.14 | 82.58 | 81.18 | - |
| YUV | 217.64 | 129.89 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 221 | 0.44 | 0 | 0.13 | 0 | 161.79 | 1 | 0.78 |
| Hex | 8F | FF | DD | 2C | 0 | D | 0 | A2 | 64 | 4E |
| Octal | 217 | 377 | 335 | 54 | 0 | 15 | 0 | 242 | 144 | 116 |
| Binary | 10001111 | 11111111 | 11011101 | 101100 | 0 | 1101 | 0 | 10100010 | 1100100 | 1001110 |
Color Harmonies of #8FFFDD
Complementary color
Monochromatic Colors of #8FFFDD
Black with #8FFFDD
Text Example
Text Example
White with #8FFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFFDD; }
p { color: rgb(143,255,221); }
H1.HeaderClassName
{
color: #8FFFDD;
}
.AnyTagClassName
{
color: #8FFFDD;
}
</style>
background-color css
<style>
a { background-color: #8FFFDD; }
a { background-color: rgb(143,255,221); }
div.DivClassName
{
background-color: #8FFFDD;
}
.BgClassName
{
background-color: #8FFFDD;
}
</style>
border-color css
<style>
span { border-color: #8FFFDD; }
span { border-color: rgb(143,255,221); }
td.TdClassName
{
border-color: #8FFFDD;
}
.TagClassName
{
border-color: #8FFFDD;
}
</style>