Shades of Aquamarine #8DF5DA
Tints of Aquamarine #8DF5DA
RGB
CMYK
RGB Variations
Color information
#8DF5DA (or 0x8DF5DA) is known color: Aquamarine. HEX triplet: 8D, F5 and DA. RGB value is (141,245,218). Sum of RGB (Red+Green+Blue) = 141+245+218=604 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.34% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #8DF5DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF5DA is #720A25. Grayscale: #D2D2D2. Windows color (decimal): -7473702 or 14349709. OLE color: 14349709.
HSL color Cylindrical-coordinate representation of color #8DF5DA: hue angle of 164.42º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF5DA is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 245 | 218 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.04 |
| HSL | 164.42º | 0.84% | 0.76% | - |
| HSV(B) | 164.42º | 0.42% | 0.96% | - |
| XYZ | 56.29 | 76.03 | 78.04 | - |
| YUV | 210.83 | 132.04 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 245 | 218 | 0.42 | 0 | 0.11 | 0.04 | 164.42 | 0.84 | 0.76 |
| Hex | 8D | F5 | DA | 2A | 0 | B | 4 | A4 | 54 | 4C |
| Octal | 215 | 365 | 332 | 52 | 0 | 13 | 4 | 244 | 124 | 114 |
| Binary | 10001101 | 11110101 | 11011010 | 101010 | 0 | 1011 | 100 | 10100100 | 1010100 | 1001100 |
Color Harmonies of #8DF5DA
Complementary color
Monochromatic Colors of #8DF5DA
Black with #8DF5DA
Text Example
Text Example
White with #8DF5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF5DA; }
p { color: rgb(141,245,218); }
H1.HeaderClassName
{
color: #8DF5DA;
}
.AnyTagClassName
{
color: #8DF5DA;
}
</style>
background-color css
<style>
a { background-color: #8DF5DA; }
a { background-color: rgb(141,245,218); }
div.DivClassName
{
background-color: #8DF5DA;
}
.BgClassName
{
background-color: #8DF5DA;
}
</style>
border-color css
<style>
span { border-color: #8DF5DA; }
span { border-color: rgb(141,245,218); }
td.TdClassName
{
border-color: #8DF5DA;
}
.TagClassName
{
border-color: #8DF5DA;
}
</style>