Shades of Aquamarine #8CFECA
Tints of Aquamarine #8CFECA
RGB
CMYK
RGB Variations
Color information
#8CFECA (or 0x8CFECA) is known color: Aquamarine. HEX triplet: 8C, FE and CA. RGB value is (140,254,202). Sum of RGB (Red+Green+Blue) = 140+254+202=596 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.49% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFECA is #730135. Grayscale: #D6D6D6. Windows color (decimal): -7536950 or 13303436. OLE color: 13303436.
HSL color Cylindrical-coordinate representation of color #8CFECA: hue angle of 152.63º 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 #8CFECA is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 202 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.00 |
| HSL | 152.63º | 0.98% | 0.77% | - |
| HSV(B) | 152.63º | 0.45% | 1% | - |
| XYZ | 56.92 | 80.72 | 68.46 | - |
| YUV | 213.99 | 121.23 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 202 | 0.45 | 0 | 0.20 | 0.00 | 152.63 | 0.98 | 0.77 |
| Hex | 8C | FE | CA | 2D | 0 | 14 | 0 | 99 | 62 | 4D |
| Octal | 214 | 376 | 312 | 55 | 0 | 24 | 0 | 231 | 142 | 115 |
| Binary | 10001100 | 11111110 | 11001010 | 101101 | 0 | 10100 | 0 | 10011001 | 1100010 | 1001101 |
Color Harmonies of #8CFECA
Complementary color
Monochromatic Colors of #8CFECA
Black with #8CFECA
Text Example
Text Example
White with #8CFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFECA; }
p { color: rgb(140,254,202); }
H1.HeaderClassName
{
color: #8CFECA;
}
.AnyTagClassName
{
color: #8CFECA;
}
</style>
background-color css
<style>
a { background-color: #8CFECA; }
a { background-color: rgb(140,254,202); }
div.DivClassName
{
background-color: #8CFECA;
}
.BgClassName
{
background-color: #8CFECA;
}
</style>
border-color css
<style>
span { border-color: #8CFECA; }
span { border-color: rgb(140,254,202); }
td.TdClassName
{
border-color: #8CFECA;
}
.TagClassName
{
border-color: #8CFECA;
}
</style>