Shades of Aquamarine #8FFCD5
Tints of Aquamarine #8FFCD5
RGB
CMYK
RGB Variations
Color information
#8FFCD5 (or 0x8FFCD5) is known color: Aquamarine. HEX triplet: 8F, FC and D5. RGB value is (143,252,213). Sum of RGB (Red+Green+Blue) = 143+252+213=608 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.52% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFCD5 is #70032A. Grayscale: #D7D7D7. Windows color (decimal): -7340843 or 14023823. OLE color: 14023823.
HSL color Cylindrical-coordinate representation of color #8FFCD5: hue angle of 158.53º 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 #8FFCD5 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 213 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.01 |
| HSL | 158.53º | 0.95% | 0.77% | - |
| HSV(B) | 158.53º | 0.43% | 0.99% | - |
| XYZ | 58.15 | 80.26 | 75.38 | - |
| YUV | 214.96 | 126.89 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 213 | 0.43 | 0 | 0.15 | 0.01 | 158.53 | 0.95 | 0.77 |
| Hex | 8F | FC | D5 | 2B | 0 | F | 1 | 9F | 5F | 4D |
| Octal | 217 | 374 | 325 | 53 | 0 | 17 | 1 | 237 | 137 | 115 |
| Binary | 10001111 | 11111100 | 11010101 | 101011 | 0 | 1111 | 1 | 10011111 | 1011111 | 1001101 |
Color Harmonies of #8FFCD5
Complementary color
Monochromatic Colors of #8FFCD5
Black with #8FFCD5
Text Example
Text Example
White with #8FFCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCD5; }
p { color: rgb(143,252,213); }
H1.HeaderClassName
{
color: #8FFCD5;
}
.AnyTagClassName
{
color: #8FFCD5;
}
</style>
background-color css
<style>
a { background-color: #8FFCD5; }
a { background-color: rgb(143,252,213); }
div.DivClassName
{
background-color: #8FFCD5;
}
.BgClassName
{
background-color: #8FFCD5;
}
</style>
border-color css
<style>
span { border-color: #8FFCD5; }
span { border-color: rgb(143,252,213); }
td.TdClassName
{
border-color: #8FFCD5;
}
.TagClassName
{
border-color: #8FFCD5;
}
</style>