Shades of Aquamarine #8CFEC9
Tints of Aquamarine #8CFEC9
RGB
CMYK
RGB Variations
Color information
#8CFEC9 (or 0x8CFEC9) is known color: Aquamarine. HEX triplet: 8C, FE and C9. RGB value is (140,254,201). Sum of RGB (Red+Green+Blue) = 140+254+201=595 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.53% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFEC9 is #730136. Grayscale: #D5D5D5. Windows color (decimal): -7536951 or 13237900. OLE color: 13237900.
HSL color Cylindrical-coordinate representation of color #8CFEC9: hue angle of 152.11º 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 #8CFEC9 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 201 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.00 |
| HSL | 152.11º | 0.98% | 0.77% | - |
| HSV(B) | 152.11º | 0.45% | 1% | - |
| XYZ | 56.8 | 80.68 | 67.84 | - |
| YUV | 213.87 | 120.73 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 201 | 0.45 | 0 | 0.21 | 0.00 | 152.11 | 0.98 | 0.77 |
| Hex | 8C | FE | C9 | 2D | 0 | 15 | 0 | 98 | 62 | 4D |
| Octal | 214 | 376 | 311 | 55 | 0 | 25 | 0 | 230 | 142 | 115 |
| Binary | 10001100 | 11111110 | 11001001 | 101101 | 0 | 10101 | 0 | 10011000 | 1100010 | 1001101 |
Color Harmonies of #8CFEC9
Complementary color
Monochromatic Colors of #8CFEC9
Black with #8CFEC9
Text Example
Text Example
White with #8CFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFEC9; }
p { color: rgb(140,254,201); }
H1.HeaderClassName
{
color: #8CFEC9;
}
.AnyTagClassName
{
color: #8CFEC9;
}
</style>
background-color css
<style>
a { background-color: #8CFEC9; }
a { background-color: rgb(140,254,201); }
div.DivClassName
{
background-color: #8CFEC9;
}
.BgClassName
{
background-color: #8CFEC9;
}
</style>
border-color css
<style>
span { border-color: #8CFEC9; }
span { border-color: rgb(140,254,201); }
td.TdClassName
{
border-color: #8CFEC9;
}
.TagClassName
{
border-color: #8CFEC9;
}
</style>