Shades of Aquamarine #8EFFCC
Tints of Aquamarine #8EFFCC
RGB
CMYK
RGB Variations
Color information
#8EFFCC (or 0x8EFFCC) is known color: Aquamarine. HEX triplet: 8E, FF and CC. RGB value is (142,255,204). Sum of RGB (Red+Green+Blue) = 142+255+204=601 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.63% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFFCC is #710033. Grayscale: #D7D7D7. Windows color (decimal): -7405620 or 13434766. OLE color: 13434766.
HSL color Cylindrical-coordinate representation of color #8EFFCC: hue angle of 152.92º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFFCC is Cyan = 0.44, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 204 | - |
| CMYK | 0.44 | 0 | 0.2 | 0 |
| HSL | 152.92º | 1% | 0.78% | - |
| HSV(B) | 152.92º | 0.44% | 1% | - |
| XYZ | 57.81 | 81.63 | 69.84 | - |
| YUV | 215.4 | 121.56 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 204 | 0.44 | 0 | 0.2 | 0 | 152.92 | 1 | 0.78 |
| Hex | 8E | FF | CC | 2C | 0 | 14 | 0 | 99 | 64 | 4E |
| Octal | 216 | 377 | 314 | 54 | 0 | 24 | 0 | 231 | 144 | 116 |
| Binary | 10001110 | 11111111 | 11001100 | 101100 | 0 | 10100 | 0 | 10011001 | 1100100 | 1001110 |
Color Harmonies of #8EFFCC
Complementary color
Monochromatic Colors of #8EFFCC
Black with #8EFFCC
Text Example
Text Example
White with #8EFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFFCC; }
p { color: rgb(142,255,204); }
H1.HeaderClassName
{
color: #8EFFCC;
}
.AnyTagClassName
{
color: #8EFFCC;
}
</style>
background-color css
<style>
a { background-color: #8EFFCC; }
a { background-color: rgb(142,255,204); }
div.DivClassName
{
background-color: #8EFFCC;
}
.BgClassName
{
background-color: #8EFFCC;
}
</style>
border-color css
<style>
span { border-color: #8EFFCC; }
span { border-color: rgb(142,255,204); }
td.TdClassName
{
border-color: #8EFFCC;
}
.TagClassName
{
border-color: #8EFFCC;
}
</style>