Shades of Aquamarine #8EFFC4
Tints of Aquamarine #8EFFC4
RGB
CMYK
RGB Variations
Color information
#8EFFC4 (or 0x8EFFC4) is known color: Aquamarine. HEX triplet: 8E, FF and C4. RGB value is (142,255,196). Sum of RGB (Red+Green+Blue) = 142+255+196=593 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.95% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFFC4 is #71003B. Grayscale: #D6D6D6. Windows color (decimal): -7405628 or 12910478. OLE color: 12910478.
HSL color Cylindrical-coordinate representation of color #8EFFC4: hue angle of 148.67º 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 #8EFFC4 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 196 | - |
| CMYK | 0.44 | 0 | 0.23 | 0 |
| HSL | 148.67º | 1% | 0.78% | - |
| HSV(B) | 148.67º | 0.44% | 1% | - |
| XYZ | 56.88 | 81.26 | 64.91 | - |
| YUV | 214.49 | 117.56 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 196 | 0.44 | 0 | 0.23 | 0 | 148.67 | 1 | 0.78 |
| Hex | 8E | FF | C4 | 2C | 0 | 17 | 0 | 95 | 64 | 4E |
| Octal | 216 | 377 | 304 | 54 | 0 | 27 | 0 | 225 | 144 | 116 |
| Binary | 10001110 | 11111111 | 11000100 | 101100 | 0 | 10111 | 0 | 10010101 | 1100100 | 1001110 |
Color Harmonies of #8EFFC4
Complementary color
Monochromatic Colors of #8EFFC4
Black with #8EFFC4
Text Example
Text Example
White with #8EFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFFC4; }
p { color: rgb(142,255,196); }
H1.HeaderClassName
{
color: #8EFFC4;
}
.AnyTagClassName
{
color: #8EFFC4;
}
</style>
background-color css
<style>
a { background-color: #8EFFC4; }
a { background-color: rgb(142,255,196); }
div.DivClassName
{
background-color: #8EFFC4;
}
.BgClassName
{
background-color: #8EFFC4;
}
</style>
border-color css
<style>
span { border-color: #8EFFC4; }
span { border-color: rgb(142,255,196); }
td.TdClassName
{
border-color: #8EFFC4;
}
.TagClassName
{
border-color: #8EFFC4;
}
</style>