Shades of Aquamarine #8FFCD1
Tints of Aquamarine #8FFCD1
RGB
CMYK
RGB Variations
Color information
#8FFCD1 (or 0x8FFCD1) is known color: Aquamarine. HEX triplet: 8F, FC and D1. RGB value is (143,252,209). Sum of RGB (Red+Green+Blue) = 143+252+209=604 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.68% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFCD1 is #70032E. Grayscale: #D6D6D6. Windows color (decimal): -7340847 or 13761679. OLE color: 13761679.
HSL color Cylindrical-coordinate representation of color #8FFCD1: hue angle of 156.33º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFCD1 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 209 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.01 |
| HSL | 156.33º | 0.95% | 0.77% | - |
| HSV(B) | 156.33º | 0.43% | 0.99% | - |
| XYZ | 57.65 | 80.06 | 72.74 | - |
| YUV | 214.51 | 124.89 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 209 | 0.43 | 0 | 0.17 | 0.01 | 156.33 | 0.95 | 0.77 |
| Hex | 8F | FC | D1 | 2B | 0 | 11 | 1 | 9C | 5F | 4D |
| Octal | 217 | 374 | 321 | 53 | 0 | 21 | 1 | 234 | 137 | 115 |
| Binary | 10001111 | 11111100 | 11010001 | 101011 | 0 | 10001 | 1 | 10011100 | 1011111 | 1001101 |
Color Harmonies of #8FFCD1
Complementary color
Monochromatic Colors of #8FFCD1
Black with #8FFCD1
Text Example
Text Example
White with #8FFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCD1; }
p { color: rgb(143,252,209); }
H1.HeaderClassName
{
color: #8FFCD1;
}
.AnyTagClassName
{
color: #8FFCD1;
}
</style>
background-color css
<style>
a { background-color: #8FFCD1; }
a { background-color: rgb(143,252,209); }
div.DivClassName
{
background-color: #8FFCD1;
}
.BgClassName
{
background-color: #8FFCD1;
}
</style>
border-color css
<style>
span { border-color: #8FFCD1; }
span { border-color: rgb(143,252,209); }
td.TdClassName
{
border-color: #8FFCD1;
}
.TagClassName
{
border-color: #8FFCD1;
}
</style>