Shades of Aquamarine #8FFCDA
Tints of Aquamarine #8FFCDA
RGB
CMYK
RGB Variations
Color information
#8FFCDA (or 0x8FFCDA) is known color: Aquamarine. HEX triplet: 8F, FC and DA. RGB value is (143,252,218). Sum of RGB (Red+Green+Blue) = 143+252+218=613 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.33% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFCDA is #700325. Grayscale: #D7D7D7. Windows color (decimal): -7340838 or 14351503. OLE color: 14351503.
HSL color Cylindrical-coordinate representation of color #8FFCDA: hue angle of 161.28º 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 #8FFCDA is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 218 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.01 |
| HSL | 161.28º | 0.95% | 0.77% | - |
| HSV(B) | 161.28º | 0.43% | 0.99% | - |
| XYZ | 58.79 | 80.52 | 78.77 | - |
| YUV | 215.53 | 129.39 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 218 | 0.43 | 0 | 0.13 | 0.01 | 161.28 | 0.95 | 0.77 |
| Hex | 8F | FC | DA | 2B | 0 | D | 1 | A1 | 5F | 4D |
| Octal | 217 | 374 | 332 | 53 | 0 | 15 | 1 | 241 | 137 | 115 |
| Binary | 10001111 | 11111100 | 11011010 | 101011 | 0 | 1101 | 1 | 10100001 | 1011111 | 1001101 |
Color Harmonies of #8FFCDA
Complementary color
Monochromatic Colors of #8FFCDA
Black with #8FFCDA
Text Example
Text Example
White with #8FFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCDA; }
p { color: rgb(143,252,218); }
H1.HeaderClassName
{
color: #8FFCDA;
}
.AnyTagClassName
{
color: #8FFCDA;
}
</style>
background-color css
<style>
a { background-color: #8FFCDA; }
a { background-color: rgb(143,252,218); }
div.DivClassName
{
background-color: #8FFCDA;
}
.BgClassName
{
background-color: #8FFCDA;
}
</style>
border-color css
<style>
span { border-color: #8FFCDA; }
span { border-color: rgb(143,252,218); }
td.TdClassName
{
border-color: #8FFCDA;
}
.TagClassName
{
border-color: #8FFCDA;
}
</style>