Shades of Aquamarine #8DF6DB
Tints of Aquamarine #8DF6DB
RGB
CMYK
RGB Variations
Color information
#8DF6DB (or 0x8DF6DB) is known color: Aquamarine. HEX triplet: 8D, F6 and DB. RGB value is (141,246,219). Sum of RGB (Red+Green+Blue) = 141+246+219=606 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.27% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #8DF6DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF6DB is #720924. Grayscale: #D3D3D3. Windows color (decimal): -7473445 or 14415501. OLE color: 14415501.
HSL color Cylindrical-coordinate representation of color #8DF6DB: hue angle of 164.57º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF6DB is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 246 | 219 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.04 |
| HSL | 164.57º | 0.85% | 0.76% | - |
| HSV(B) | 164.57º | 0.43% | 0.96% | - |
| XYZ | 56.73 | 76.69 | 78.83 | - |
| YUV | 211.53 | 132.21 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 246 | 219 | 0.43 | 0 | 0.11 | 0.04 | 164.57 | 0.85 | 0.76 |
| Hex | 8D | F6 | DB | 2B | 0 | B | 4 | A5 | 55 | 4C |
| Octal | 215 | 366 | 333 | 53 | 0 | 13 | 4 | 245 | 125 | 114 |
| Binary | 10001101 | 11110110 | 11011011 | 101011 | 0 | 1011 | 100 | 10100101 | 1010101 | 1001100 |
Color Harmonies of #8DF6DB
Complementary color
Monochromatic Colors of #8DF6DB
Black with #8DF6DB
Text Example
Text Example
White with #8DF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF6DB; }
p { color: rgb(141,246,219); }
H1.HeaderClassName
{
color: #8DF6DB;
}
.AnyTagClassName
{
color: #8DF6DB;
}
</style>
background-color css
<style>
a { background-color: #8DF6DB; }
a { background-color: rgb(141,246,219); }
div.DivClassName
{
background-color: #8DF6DB;
}
.BgClassName
{
background-color: #8DF6DB;
}
</style>
border-color css
<style>
span { border-color: #8DF6DB; }
span { border-color: rgb(141,246,219); }
td.TdClassName
{
border-color: #8DF6DB;
}
.TagClassName
{
border-color: #8DF6DB;
}
</style>