Shades of Aquamarine #8DFBBA
Tints of Aquamarine #8DFBBA
RGB
CMYK
RGB Variations
Color information
#8DFBBA (or 0x8DFBBA) is known color: Aquamarine. HEX triplet: 8D, FB and BA. RGB value is (141,251,186). Sum of RGB (Red+Green+Blue) = 141+251+186=578 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.39% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFBBA is #720445. Grayscale: #D2D2D2. Windows color (decimal): -7472198 or 12254093. OLE color: 12254093.
HSL color Cylindrical-coordinate representation of color #8DFBBA: hue angle of 144.55º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFBBA is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 251 | 186 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.02 |
| HSL | 144.55º | 0.93% | 0.77% | - |
| HSV(B) | 144.55º | 0.44% | 0.98% | - |
| XYZ | 54.34 | 78.2 | 58.68 | - |
| YUV | 210.7 | 114.06 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 251 | 186 | 0.44 | 0 | 0.26 | 0.02 | 144.55 | 0.93 | 0.77 |
| Hex | 8D | FB | BA | 2C | 0 | 1A | 2 | 91 | 5D | 4D |
| Octal | 215 | 373 | 272 | 54 | 0 | 32 | 2 | 221 | 135 | 115 |
| Binary | 10001101 | 11111011 | 10111010 | 101100 | 0 | 11010 | 10 | 10010001 | 1011101 | 1001101 |
Color Harmonies of #8DFBBA
Complementary color
Monochromatic Colors of #8DFBBA
Black with #8DFBBA
Text Example
Text Example
White with #8DFBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFBBA; }
p { color: rgb(141,251,186); }
H1.HeaderClassName
{
color: #8DFBBA;
}
.AnyTagClassName
{
color: #8DFBBA;
}
</style>
background-color css
<style>
a { background-color: #8DFBBA; }
a { background-color: rgb(141,251,186); }
div.DivClassName
{
background-color: #8DFBBA;
}
.BgClassName
{
background-color: #8DFBBA;
}
</style>
border-color css
<style>
span { border-color: #8DFBBA; }
span { border-color: rgb(141,251,186); }
td.TdClassName
{
border-color: #8DFBBA;
}
.TagClassName
{
border-color: #8DFBBA;
}
</style>