Shades of Aquamarine #8FFECF
Tints of Aquamarine #8FFECF
RGB
CMYK
RGB Variations
Color information
#8FFECF (or 0x8FFECF) is known color: Aquamarine. HEX triplet: 8F, FE and CF. RGB value is (143,254,207). Sum of RGB (Red+Green+Blue) = 143+254+207=604 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.68% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFECF is #700130. Grayscale: #D7D7D7. Windows color (decimal): -7340337 or 13631119. OLE color: 13631119.
HSL color Cylindrical-coordinate representation of color #8FFECF: hue angle of 154.59º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFECF is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 254 | 207 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.00 |
| HSL | 154.59º | 0.98% | 0.78% | - |
| HSV(B) | 154.59º | 0.44% | 1% | - |
| XYZ | 58.03 | 81.23 | 71.65 | - |
| YUV | 215.45 | 123.23 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 254 | 207 | 0.44 | 0 | 0.19 | 0.00 | 154.59 | 0.98 | 0.78 |
| Hex | 8F | FE | CF | 2C | 0 | 13 | 0 | 9B | 62 | 4E |
| Octal | 217 | 376 | 317 | 54 | 0 | 23 | 0 | 233 | 142 | 116 |
| Binary | 10001111 | 11111110 | 11001111 | 101100 | 0 | 10011 | 0 | 10011011 | 1100010 | 1001110 |
Color Harmonies of #8FFECF
Complementary color
Monochromatic Colors of #8FFECF
Black with #8FFECF
Text Example
Text Example
White with #8FFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFECF; }
p { color: rgb(143,254,207); }
H1.HeaderClassName
{
color: #8FFECF;
}
.AnyTagClassName
{
color: #8FFECF;
}
</style>
background-color css
<style>
a { background-color: #8FFECF; }
a { background-color: rgb(143,254,207); }
div.DivClassName
{
background-color: #8FFECF;
}
.BgClassName
{
background-color: #8FFECF;
}
</style>
border-color css
<style>
span { border-color: #8FFECF; }
span { border-color: rgb(143,254,207); }
td.TdClassName
{
border-color: #8FFECF;
}
.TagClassName
{
border-color: #8FFECF;
}
</style>