Shades of Aquamarine #8FFCE2
Tints of Aquamarine #8FFCE2
RGB
CMYK
RGB Variations
Color information
#8FFCE2 (or 0x8FFCE2) is known color: Aquamarine. HEX triplet: 8F, FC and E2. RGB value is (143,252,226). Sum of RGB (Red+Green+Blue) = 143+252+226=621 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.03% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFCE2 is #70031D. Grayscale: #D8D8D8. Windows color (decimal): -7340830 or 14875791. OLE color: 14875791.
HSL color Cylindrical-coordinate representation of color #8FFCE2: hue angle of 165.69º 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 #8FFCE2 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 226 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.01 |
| HSL | 165.69º | 0.95% | 0.77% | - |
| HSV(B) | 165.69º | 0.43% | 0.99% | - |
| XYZ | 59.87 | 80.95 | 84.42 | - |
| YUV | 216.45 | 133.39 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 226 | 0.43 | 0 | 0.10 | 0.01 | 165.69 | 0.95 | 0.77 |
| Hex | 8F | FC | E2 | 2B | 0 | A | 1 | A6 | 5F | 4D |
| Octal | 217 | 374 | 342 | 53 | 0 | 12 | 1 | 246 | 137 | 115 |
| Binary | 10001111 | 11111100 | 11100010 | 101011 | 0 | 1010 | 1 | 10100110 | 1011111 | 1001101 |
Color Harmonies of #8FFCE2
Complementary color
Monochromatic Colors of #8FFCE2
Black with #8FFCE2
Text Example
Text Example
White with #8FFCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCE2; }
p { color: rgb(143,252,226); }
H1.HeaderClassName
{
color: #8FFCE2;
}
.AnyTagClassName
{
color: #8FFCE2;
}
</style>
background-color css
<style>
a { background-color: #8FFCE2; }
a { background-color: rgb(143,252,226); }
div.DivClassName
{
background-color: #8FFCE2;
}
.BgClassName
{
background-color: #8FFCE2;
}
</style>
border-color css
<style>
span { border-color: #8FFCE2; }
span { border-color: rgb(143,252,226); }
td.TdClassName
{
border-color: #8FFCE2;
}
.TagClassName
{
border-color: #8FFCE2;
}
</style>