Shades of Aquamarine #8DFFBE
Tints of Aquamarine #8DFFBE
RGB
CMYK
RGB Variations
Color information
#8DFFBE (or 0x8DFFBE) is known color: Aquamarine. HEX triplet: 8D, FF and BE. RGB value is (141,255,190). Sum of RGB (Red+Green+Blue) = 141+255+190=586 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.06% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFFBE is #720041. Grayscale: #D5D5D5. Windows color (decimal): -7471170 or 12517261. OLE color: 12517261.
HSL color Cylindrical-coordinate representation of color #8DFFBE: hue angle of 145.79º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DFFBE is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 190 | - |
| CMYK | 0.45 | 0 | 0.25 | 0 |
| HSL | 145.79º | 1% | 0.78% | - |
| HSV(B) | 145.79º | 0.45% | 1% | - |
| XYZ | 56.04 | 80.9 | 61.38 | - |
| YUV | 213.5 | 114.73 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 190 | 0.45 | 0 | 0.25 | 0 | 145.79 | 1 | 0.78 |
| Hex | 8D | FF | BE | 2D | 0 | 19 | 0 | 92 | 64 | 4E |
| Octal | 215 | 377 | 276 | 55 | 0 | 31 | 0 | 222 | 144 | 116 |
| Binary | 10001101 | 11111111 | 10111110 | 101101 | 0 | 11001 | 0 | 10010010 | 1100100 | 1001110 |
Color Harmonies of #8DFFBE
Complementary color
Monochromatic Colors of #8DFFBE
Black with #8DFFBE
Text Example
Text Example
White with #8DFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFFBE; }
p { color: rgb(141,255,190); }
H1.HeaderClassName
{
color: #8DFFBE;
}
.AnyTagClassName
{
color: #8DFFBE;
}
</style>
background-color css
<style>
a { background-color: #8DFFBE; }
a { background-color: rgb(141,255,190); }
div.DivClassName
{
background-color: #8DFFBE;
}
.BgClassName
{
background-color: #8DFFBE;
}
</style>
border-color css
<style>
span { border-color: #8DFFBE; }
span { border-color: rgb(141,255,190); }
td.TdClassName
{
border-color: #8DFFBE;
}
.TagClassName
{
border-color: #8DFFBE;
}
</style>