Shades of Aquamarine #8CFEC7
Tints of Aquamarine #8CFEC7
RGB
CMYK
RGB Variations
Color information
#8CFEC7 (or 0x8CFEC7) is known color: Aquamarine. HEX triplet: 8C, FE and C7. RGB value is (140,254,199). Sum of RGB (Red+Green+Blue) = 140+254+199=593 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.61% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFEC7 is #730138. Grayscale: #D5D5D5. Windows color (decimal): -7536953 or 13106828. OLE color: 13106828.
HSL color Cylindrical-coordinate representation of color #8CFEC7: hue angle of 151.05º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFEC7 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 199 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.00 |
| HSL | 151.05º | 0.98% | 0.77% | - |
| HSV(B) | 151.05º | 0.45% | 1% | - |
| XYZ | 56.57 | 80.58 | 66.61 | - |
| YUV | 213.64 | 119.73 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 199 | 0.45 | 0 | 0.22 | 0.00 | 151.05 | 0.98 | 0.77 |
| Hex | 8C | FE | C7 | 2D | 0 | 16 | 0 | 97 | 62 | 4D |
| Octal | 214 | 376 | 307 | 55 | 0 | 26 | 0 | 227 | 142 | 115 |
| Binary | 10001100 | 11111110 | 11000111 | 101101 | 0 | 10110 | 0 | 10010111 | 1100010 | 1001101 |
Color Harmonies of #8CFEC7
Complementary color
Monochromatic Colors of #8CFEC7
Black with #8CFEC7
Text Example
Text Example
White with #8CFEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFEC7; }
p { color: rgb(140,254,199); }
H1.HeaderClassName
{
color: #8CFEC7;
}
.AnyTagClassName
{
color: #8CFEC7;
}
</style>
background-color css
<style>
a { background-color: #8CFEC7; }
a { background-color: rgb(140,254,199); }
div.DivClassName
{
background-color: #8CFEC7;
}
.BgClassName
{
background-color: #8CFEC7;
}
</style>
border-color css
<style>
span { border-color: #8CFEC7; }
span { border-color: rgb(140,254,199); }
td.TdClassName
{
border-color: #8CFEC7;
}
.TagClassName
{
border-color: #8CFEC7;
}
</style>