Shades of Aquamarine #8CFCE4
Tints of Aquamarine #8CFCE4
RGB
CMYK
RGB Variations
Color information
#8CFCE4 (or 0x8CFCE4) is known color: Aquamarine. HEX triplet: 8C, FC and E4. RGB value is (140,252,228). Sum of RGB (Red+Green+Blue) = 140+252+228=620 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.58% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFCE4 is #73031B. Grayscale: #D7D7D7. Windows color (decimal): -7537436 or 15006860. OLE color: 15006860.
HSL color Cylindrical-coordinate representation of color #8CFCE4: hue angle of 167.14º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFCE4 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 228 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.01 |
| HSL | 167.14º | 0.95% | 0.77% | - |
| HSV(B) | 167.14º | 0.44% | 0.99% | - |
| XYZ | 59.63 | 80.8 | 85.85 | - |
| YUV | 215.78 | 134.89 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 228 | 0.44 | 0 | 0.10 | 0.01 | 167.14 | 0.95 | 0.77 |
| Hex | 8C | FC | E4 | 2C | 0 | A | 1 | A7 | 5F | 4D |
| Octal | 214 | 374 | 344 | 54 | 0 | 12 | 1 | 247 | 137 | 115 |
| Binary | 10001100 | 11111100 | 11100100 | 101100 | 0 | 1010 | 1 | 10100111 | 1011111 | 1001101 |
Color Harmonies of #8CFCE4
Complementary color
Monochromatic Colors of #8CFCE4
Black with #8CFCE4
Text Example
Text Example
White with #8CFCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFCE4; }
p { color: rgb(140,252,228); }
H1.HeaderClassName
{
color: #8CFCE4;
}
.AnyTagClassName
{
color: #8CFCE4;
}
</style>
background-color css
<style>
a { background-color: #8CFCE4; }
a { background-color: rgb(140,252,228); }
div.DivClassName
{
background-color: #8CFCE4;
}
.BgClassName
{
background-color: #8CFCE4;
}
</style>
border-color css
<style>
span { border-color: #8CFCE4; }
span { border-color: rgb(140,252,228); }
td.TdClassName
{
border-color: #8CFCE4;
}
.TagClassName
{
border-color: #8CFCE4;
}
</style>