Shades of Aquamarine #8DF4DB
Tints of Aquamarine #8DF4DB
RGB
CMYK
RGB Variations
Color information
#8DF4DB (or 0x8DF4DB) is known color: Aquamarine. HEX triplet: 8D, F4 and DB. RGB value is (141,244,219). Sum of RGB (Red+Green+Blue) = 141+244+219=604 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.34% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #8DF4DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF4DB is #720B24. Grayscale: #D2D2D2. Windows color (decimal): -7473957 or 14414989. OLE color: 14414989.
HSL color Cylindrical-coordinate representation of color #8DF4DB: hue angle of 165.44º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF4DB is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 244 | 219 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.04 |
| HSL | 165.44º | 0.82% | 0.75% | - |
| HSV(B) | 165.44º | 0.42% | 0.96% | - |
| XYZ | 56.12 | 75.48 | 78.63 | - |
| YUV | 210.35 | 132.88 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 244 | 219 | 0.42 | 0 | 0.10 | 0.04 | 165.44 | 0.82 | 0.75 |
| Hex | 8D | F4 | DB | 2A | 0 | A | 4 | A5 | 52 | 4B |
| Octal | 215 | 364 | 333 | 52 | 0 | 12 | 4 | 245 | 122 | 113 |
| Binary | 10001101 | 11110100 | 11011011 | 101010 | 0 | 1010 | 100 | 10100101 | 1010010 | 1001011 |
Color Harmonies of #8DF4DB
Complementary color
Monochromatic Colors of #8DF4DB
Black with #8DF4DB
Text Example
Text Example
White with #8DF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF4DB; }
p { color: rgb(141,244,219); }
H1.HeaderClassName
{
color: #8DF4DB;
}
.AnyTagClassName
{
color: #8DF4DB;
}
</style>
background-color css
<style>
a { background-color: #8DF4DB; }
a { background-color: rgb(141,244,219); }
div.DivClassName
{
background-color: #8DF4DB;
}
.BgClassName
{
background-color: #8DF4DB;
}
</style>
border-color css
<style>
span { border-color: #8DF4DB; }
span { border-color: rgb(141,244,219); }
td.TdClassName
{
border-color: #8DF4DB;
}
.TagClassName
{
border-color: #8DF4DB;
}
</style>