Shades of Aquamarine #8EFBC4
Tints of Aquamarine #8EFBC4
RGB
CMYK
RGB Variations
Color information
#8EFBC4 (or 0x8EFBC4) is known color: Aquamarine. HEX triplet: 8E, FB and C4. RGB value is (142,251,196). Sum of RGB (Red+Green+Blue) = 142+251+196=589 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.11% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFBC4 is #71043B. Grayscale: #D4D4D4. Windows color (decimal): -7406652 or 12909454. OLE color: 12909454.
HSL color Cylindrical-coordinate representation of color #8EFBC4: hue angle of 149.72º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EFBC4 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 251 | 196 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.02 |
| HSL | 149.72º | 0.93% | 0.77% | - |
| HSV(B) | 149.72º | 0.43% | 0.98% | - |
| XYZ | 55.62 | 78.73 | 64.49 | - |
| YUV | 212.14 | 118.89 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 251 | 196 | 0.43 | 0 | 0.22 | 0.02 | 149.72 | 0.93 | 0.77 |
| Hex | 8E | FB | C4 | 2B | 0 | 16 | 2 | 96 | 5D | 4D |
| Octal | 216 | 373 | 304 | 53 | 0 | 26 | 2 | 226 | 135 | 115 |
| Binary | 10001110 | 11111011 | 11000100 | 101011 | 0 | 10110 | 10 | 10010110 | 1011101 | 1001101 |
Color Harmonies of #8EFBC4
Complementary color
Monochromatic Colors of #8EFBC4
Black with #8EFBC4
Text Example
Text Example
White with #8EFBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFBC4; }
p { color: rgb(142,251,196); }
H1.HeaderClassName
{
color: #8EFBC4;
}
.AnyTagClassName
{
color: #8EFBC4;
}
</style>
background-color css
<style>
a { background-color: #8EFBC4; }
a { background-color: rgb(142,251,196); }
div.DivClassName
{
background-color: #8EFBC4;
}
.BgClassName
{
background-color: #8EFBC4;
}
</style>
border-color css
<style>
span { border-color: #8EFBC4; }
span { border-color: rgb(142,251,196); }
td.TdClassName
{
border-color: #8EFBC4;
}
.TagClassName
{
border-color: #8EFBC4;
}
</style>