Shades of Aquamarine #8CFEC6
Tints of Aquamarine #8CFEC6
RGB
CMYK
RGB Variations
Color information
#8CFEC6 (or 0x8CFEC6) is known color: Aquamarine. HEX triplet: 8C, FE and C6. RGB value is (140,254,198). Sum of RGB (Red+Green+Blue) = 140+254+198=592 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.65% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFEC6 is #730139. Grayscale: #D5D5D5. Windows color (decimal): -7536954 or 13041292. OLE color: 13041292.
HSL color Cylindrical-coordinate representation of color #8CFEC6: hue angle of 150.53º 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 #8CFEC6 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 198 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.00 |
| HSL | 150.53º | 0.98% | 0.77% | - |
| HSV(B) | 150.53º | 0.45% | 1% | - |
| XYZ | 56.45 | 80.54 | 66 | - |
| YUV | 213.53 | 119.23 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 198 | 0.45 | 0 | 0.22 | 0.00 | 150.53 | 0.98 | 0.77 |
| Hex | 8C | FE | C6 | 2D | 0 | 16 | 0 | 97 | 62 | 4D |
| Octal | 214 | 376 | 306 | 55 | 0 | 26 | 0 | 227 | 142 | 115 |
| Binary | 10001100 | 11111110 | 11000110 | 101101 | 0 | 10110 | 0 | 10010111 | 1100010 | 1001101 |
Color Harmonies of #8CFEC6
Complementary color
Monochromatic Colors of #8CFEC6
Black with #8CFEC6
Text Example
Text Example
White with #8CFEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFEC6; }
p { color: rgb(140,254,198); }
H1.HeaderClassName
{
color: #8CFEC6;
}
.AnyTagClassName
{
color: #8CFEC6;
}
</style>
background-color css
<style>
a { background-color: #8CFEC6; }
a { background-color: rgb(140,254,198); }
div.DivClassName
{
background-color: #8CFEC6;
}
.BgClassName
{
background-color: #8CFEC6;
}
</style>
border-color css
<style>
span { border-color: #8CFEC6; }
span { border-color: rgb(140,254,198); }
td.TdClassName
{
border-color: #8CFEC6;
}
.TagClassName
{
border-color: #8CFEC6;
}
</style>