Shades of Aquamarine #8EFFC3
Tints of Aquamarine #8EFFC3
RGB
CMYK
RGB Variations
Color information
#8EFFC3 (or 0x8EFFC3) is known color: Aquamarine. HEX triplet: 8E, FF and C3. RGB value is (142,255,195). Sum of RGB (Red+Green+Blue) = 142+255+195=592 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.99% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFFC3 is #71003C. Grayscale: #D6D6D6. Windows color (decimal): -7405629 or 12844942. OLE color: 12844942.
HSL color Cylindrical-coordinate representation of color #8EFFC3: hue angle of 148.14º 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 #8EFFC3 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 195 | - |
| CMYK | 0.44 | 0 | 0.24 | 0 |
| HSL | 148.14º | 1% | 0.78% | - |
| HSV(B) | 148.14º | 0.44% | 1% | - |
| XYZ | 56.77 | 81.21 | 64.31 | - |
| YUV | 214.37 | 117.06 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 195 | 0.44 | 0 | 0.24 | 0 | 148.14 | 1 | 0.78 |
| Hex | 8E | FF | C3 | 2C | 0 | 18 | 0 | 94 | 64 | 4E |
| Octal | 216 | 377 | 303 | 54 | 0 | 30 | 0 | 224 | 144 | 116 |
| Binary | 10001110 | 11111111 | 11000011 | 101100 | 0 | 11000 | 0 | 10010100 | 1100100 | 1001110 |
Color Harmonies of #8EFFC3
Complementary color
Monochromatic Colors of #8EFFC3
Black with #8EFFC3
Text Example
Text Example
White with #8EFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFFC3; }
p { color: rgb(142,255,195); }
H1.HeaderClassName
{
color: #8EFFC3;
}
.AnyTagClassName
{
color: #8EFFC3;
}
</style>
background-color css
<style>
a { background-color: #8EFFC3; }
a { background-color: rgb(142,255,195); }
div.DivClassName
{
background-color: #8EFFC3;
}
.BgClassName
{
background-color: #8EFFC3;
}
</style>
border-color css
<style>
span { border-color: #8EFFC3; }
span { border-color: rgb(142,255,195); }
td.TdClassName
{
border-color: #8EFFC3;
}
.TagClassName
{
border-color: #8EFFC3;
}
</style>