Shades of Aquamarine #8EFBD2
Tints of Aquamarine #8EFBD2
RGB
CMYK
RGB Variations
Color information
#8EFBD2 (or 0x8EFBD2) is known color: Aquamarine. HEX triplet: 8E, FB and D2. RGB value is (142,251,210). Sum of RGB (Red+Green+Blue) = 142+251+210=603 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.55% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFBD2 is #71042D. Grayscale: #D5D5D5. Windows color (decimal): -7406638 or 13826958. OLE color: 13826958.
HSL color Cylindrical-coordinate representation of color #8EFBD2: hue angle of 157.43º 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 #8EFBD2 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 251 | 210 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.02 |
| HSL | 157.43º | 0.93% | 0.77% | - |
| HSV(B) | 157.43º | 0.43% | 0.98% | - |
| XYZ | 57.29 | 79.4 | 73.28 | - |
| YUV | 213.74 | 125.89 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 251 | 210 | 0.43 | 0 | 0.16 | 0.02 | 157.43 | 0.93 | 0.77 |
| Hex | 8E | FB | D2 | 2B | 0 | 10 | 2 | 9D | 5D | 4D |
| Octal | 216 | 373 | 322 | 53 | 0 | 20 | 2 | 235 | 135 | 115 |
| Binary | 10001110 | 11111011 | 11010010 | 101011 | 0 | 10000 | 10 | 10011101 | 1011101 | 1001101 |
Color Harmonies of #8EFBD2
Complementary color
Monochromatic Colors of #8EFBD2
Black with #8EFBD2
Text Example
Text Example
White with #8EFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFBD2; }
p { color: rgb(142,251,210); }
H1.HeaderClassName
{
color: #8EFBD2;
}
.AnyTagClassName
{
color: #8EFBD2;
}
</style>
background-color css
<style>
a { background-color: #8EFBD2; }
a { background-color: rgb(142,251,210); }
div.DivClassName
{
background-color: #8EFBD2;
}
.BgClassName
{
background-color: #8EFBD2;
}
</style>
border-color css
<style>
span { border-color: #8EFBD2; }
span { border-color: rgb(142,251,210); }
td.TdClassName
{
border-color: #8EFBD2;
}
.TagClassName
{
border-color: #8EFBD2;
}
</style>