Shades of Aquamarine #8DFFBF
Tints of Aquamarine #8DFFBF
RGB
CMYK
RGB Variations
Color information
#8DFFBF (or 0x8DFFBF) is known color: Aquamarine. HEX triplet: 8D, FF and BF. RGB value is (141,255,191). Sum of RGB (Red+Green+Blue) = 141+255+191=587 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.02% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFFBF is #720040. Grayscale: #D5D5D5. Windows color (decimal): -7471169 or 12582797. OLE color: 12582797.
HSL color Cylindrical-coordinate representation of color #8DFFBF: hue angle of 146.32º 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 #8DFFBF is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 191 | - |
| CMYK | 0.45 | 0 | 0.25 | 0 |
| HSL | 146.32º | 1% | 0.78% | - |
| HSV(B) | 146.32º | 0.45% | 1% | - |
| XYZ | 56.15 | 80.94 | 61.95 | - |
| YUV | 213.62 | 115.23 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 191 | 0.45 | 0 | 0.25 | 0 | 146.32 | 1 | 0.78 |
| Hex | 8D | FF | BF | 2D | 0 | 19 | 0 | 92 | 64 | 4E |
| Octal | 215 | 377 | 277 | 55 | 0 | 31 | 0 | 222 | 144 | 116 |
| Binary | 10001101 | 11111111 | 10111111 | 101101 | 0 | 11001 | 0 | 10010010 | 1100100 | 1001110 |
Color Harmonies of #8DFFBF
Complementary color
Monochromatic Colors of #8DFFBF
Black with #8DFFBF
Text Example
Text Example
White with #8DFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFFBF; }
p { color: rgb(141,255,191); }
H1.HeaderClassName
{
color: #8DFFBF;
}
.AnyTagClassName
{
color: #8DFFBF;
}
</style>
background-color css
<style>
a { background-color: #8DFFBF; }
a { background-color: rgb(141,255,191); }
div.DivClassName
{
background-color: #8DFFBF;
}
.BgClassName
{
background-color: #8DFFBF;
}
</style>
border-color css
<style>
span { border-color: #8DFFBF; }
span { border-color: rgb(141,255,191); }
td.TdClassName
{
border-color: #8DFFBF;
}
.TagClassName
{
border-color: #8DFFBF;
}
</style>