Shades of Aquamarine #8DFABA
Tints of Aquamarine #8DFABA
RGB
CMYK
RGB Variations
Color information
#8DFABA (or 0x8DFABA) is known color: Aquamarine. HEX triplet: 8D, FA and BA. RGB value is (141,250,186). Sum of RGB (Red+Green+Blue) = 141+250+186=577 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.44% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFABA is #720545. Grayscale: #D2D2D2. Windows color (decimal): -7472454 or 12253837. OLE color: 12253837.
HSL color Cylindrical-coordinate representation of color #8DFABA: hue angle of 144.77º 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 #8DFABA is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 250 | 186 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.02 |
| HSL | 144.77º | 0.92% | 0.77% | - |
| HSV(B) | 144.77º | 0.44% | 0.98% | - |
| XYZ | 54.03 | 77.58 | 58.58 | - |
| YUV | 210.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 250 | 186 | 0.44 | 0 | 0.26 | 0.02 | 144.77 | 0.92 | 0.77 |
| Hex | 8D | FA | BA | 2C | 0 | 1A | 2 | 91 | 5C | 4D |
| Octal | 215 | 372 | 272 | 54 | 0 | 32 | 2 | 221 | 134 | 115 |
| Binary | 10001101 | 11111010 | 10111010 | 101100 | 0 | 11010 | 10 | 10010001 | 1011100 | 1001101 |
Color Harmonies of #8DFABA
Complementary color
Monochromatic Colors of #8DFABA
Black with #8DFABA
Text Example
Text Example
White with #8DFABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFABA; }
p { color: rgb(141,250,186); }
H1.HeaderClassName
{
color: #8DFABA;
}
.AnyTagClassName
{
color: #8DFABA;
}
</style>
background-color css
<style>
a { background-color: #8DFABA; }
a { background-color: rgb(141,250,186); }
div.DivClassName
{
background-color: #8DFABA;
}
.BgClassName
{
background-color: #8DFABA;
}
</style>
border-color css
<style>
span { border-color: #8DFABA; }
span { border-color: rgb(141,250,186); }
td.TdClassName
{
border-color: #8DFABA;
}
.TagClassName
{
border-color: #8DFABA;
}
</style>