Shades of Aquamarine #8CFFE7
Tints of Aquamarine #8CFFE7
RGB
CMYK
RGB Variations
Color information
#8CFFE7 (or 0x8CFFE7) is known color: Aquamarine. HEX triplet: 8C, FF and E7. RGB value is (140,255,231). Sum of RGB (Red+Green+Blue) = 140+255+231=626 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.36% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 231 (90.62% from 255 or 36.90% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFFE7 is #730018. Grayscale: #D9D9D9. Windows color (decimal): -7536665 or 15204236. OLE color: 15204236.
HSL color Cylindrical-coordinate representation of color #8CFFE7: hue angle of 167.48º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFFE7 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 231 | - |
| CMYK | 0.45 | 0 | 0.09 | 0 |
| HSL | 167.48º | 1% | 0.77% | - |
| HSV(B) | 167.48º | 0.45% | 1% | - |
| XYZ | 61 | 82.86 | 88.38 | - |
| YUV | 217.88 | 135.4 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 231 | 0.45 | 0 | 0.09 | 0 | 167.48 | 1 | 0.77 |
| Hex | 8C | FF | E7 | 2D | 0 | 9 | 0 | A7 | 64 | 4D |
| Octal | 214 | 377 | 347 | 55 | 0 | 11 | 0 | 247 | 144 | 115 |
| Binary | 10001100 | 11111111 | 11100111 | 101101 | 0 | 1001 | 0 | 10100111 | 1100100 | 1001101 |
Color Harmonies of #8CFFE7
Complementary color
Monochromatic Colors of #8CFFE7
Black with #8CFFE7
Text Example
Text Example
White with #8CFFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFE7; }
p { color: rgb(140,255,231); }
H1.HeaderClassName
{
color: #8CFFE7;
}
.AnyTagClassName
{
color: #8CFFE7;
}
</style>
background-color css
<style>
a { background-color: #8CFFE7; }
a { background-color: rgb(140,255,231); }
div.DivClassName
{
background-color: #8CFFE7;
}
.BgClassName
{
background-color: #8CFFE7;
}
</style>
border-color css
<style>
span { border-color: #8CFFE7; }
span { border-color: rgb(140,255,231); }
td.TdClassName
{
border-color: #8CFFE7;
}
.TagClassName
{
border-color: #8CFFE7;
}
</style>