Shades of Aquamarine #8DFABB
Tints of Aquamarine #8DFABB
RGB
CMYK
RGB Variations
Color information
#8DFABB (or 0x8DFABB) is known color: Aquamarine. HEX triplet: 8D, FA and BB. RGB value is (141,250,187). Sum of RGB (Red+Green+Blue) = 141+250+187=578 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.39% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFABB is #720544. Grayscale: #D2D2D2. Windows color (decimal): -7472453 or 12319373. OLE color: 12319373.
HSL color Cylindrical-coordinate representation of color #8DFABB: hue angle of 145.32º degrees, saturation: 0.92, 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 #8DFABB is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 250 | 187 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.02 |
| HSL | 145.32º | 0.92% | 0.77% | - |
| HSV(B) | 145.32º | 0.44% | 0.98% | - |
| XYZ | 54.14 | 77.62 | 59.14 | - |
| YUV | 210.23 | 114.89 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 250 | 187 | 0.44 | 0 | 0.25 | 0.02 | 145.32 | 0.92 | 0.77 |
| Hex | 8D | FA | BB | 2C | 0 | 19 | 2 | 91 | 5C | 4D |
| Octal | 215 | 372 | 273 | 54 | 0 | 31 | 2 | 221 | 134 | 115 |
| Binary | 10001101 | 11111010 | 10111011 | 101100 | 0 | 11001 | 10 | 10010001 | 1011100 | 1001101 |
Color Harmonies of #8DFABB
Complementary color
Monochromatic Colors of #8DFABB
Black with #8DFABB
Text Example
Text Example
White with #8DFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFABB; }
p { color: rgb(141,250,187); }
H1.HeaderClassName
{
color: #8DFABB;
}
.AnyTagClassName
{
color: #8DFABB;
}
</style>
background-color css
<style>
a { background-color: #8DFABB; }
a { background-color: rgb(141,250,187); }
div.DivClassName
{
background-color: #8DFABB;
}
.BgClassName
{
background-color: #8DFABB;
}
</style>
border-color css
<style>
span { border-color: #8DFABB; }
span { border-color: rgb(141,250,187); }
td.TdClassName
{
border-color: #8DFABB;
}
.TagClassName
{
border-color: #8DFABB;
}
</style>