Shades of Aquamarine #8FFCE5
Tints of Aquamarine #8FFCE5
RGB
CMYK
RGB Variations
Color information
#8FFCE5 (or 0x8FFCE5) is known color: Aquamarine. HEX triplet: 8F, FC and E5. RGB value is (143,252,229). Sum of RGB (Red+Green+Blue) = 143+252+229=624 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.92% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFCE5 is #70031A. Grayscale: #D8D8D8. Windows color (decimal): -7340827 or 15072399. OLE color: 15072399.
HSL color Cylindrical-coordinate representation of color #8FFCE5: hue angle of 167.34º 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 #8FFCE5 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 229 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.01 |
| HSL | 167.34º | 0.95% | 0.77% | - |
| HSV(B) | 167.34º | 0.43% | 0.99% | - |
| XYZ | 60.28 | 81.12 | 86.61 | - |
| YUV | 216.79 | 134.89 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 229 | 0.43 | 0 | 0.09 | 0.01 | 167.34 | 0.95 | 0.77 |
| Hex | 8F | FC | E5 | 2B | 0 | 9 | 1 | A7 | 5F | 4D |
| Octal | 217 | 374 | 345 | 53 | 0 | 11 | 1 | 247 | 137 | 115 |
| Binary | 10001111 | 11111100 | 11100101 | 101011 | 0 | 1001 | 1 | 10100111 | 1011111 | 1001101 |
Color Harmonies of #8FFCE5
Complementary color
Monochromatic Colors of #8FFCE5
Black with #8FFCE5
Text Example
Text Example
White with #8FFCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCE5; }
p { color: rgb(143,252,229); }
H1.HeaderClassName
{
color: #8FFCE5;
}
.AnyTagClassName
{
color: #8FFCE5;
}
</style>
background-color css
<style>
a { background-color: #8FFCE5; }
a { background-color: rgb(143,252,229); }
div.DivClassName
{
background-color: #8FFCE5;
}
.BgClassName
{
background-color: #8FFCE5;
}
</style>
border-color css
<style>
span { border-color: #8FFCE5; }
span { border-color: rgb(143,252,229); }
td.TdClassName
{
border-color: #8FFCE5;
}
.TagClassName
{
border-color: #8FFCE5;
}
</style>