Shades of Aquamarine #8DF0DF
Tints of Aquamarine #8DF0DF
RGB
CMYK
RGB Variations
Color information
#8DF0DF (or 0x8DF0DF) is known color: Aquamarine. HEX triplet: 8D, F0 and DF. RGB value is (141,240,223). Sum of RGB (Red+Green+Blue) = 141+240+223=604 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.34% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF0DF is #720F20. Grayscale: #D0D0D0. Windows color (decimal): -7474977 or 14676109. OLE color: 14676109.
HSL color Cylindrical-coordinate representation of color #8DF0DF: hue angle of 169.7º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DF0DF is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 223 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.06 |
| HSL | 169.7º | 0.77% | 0.75% | - |
| HSV(B) | 169.7º | 0.41% | 0.94% | - |
| XYZ | 55.46 | 73.31 | 81.04 | - |
| YUV | 208.46 | 136.2 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 223 | 0.41 | 0 | 0.07 | 0.06 | 169.7 | 0.77 | 0.75 |
| Hex | 8D | F0 | DF | 29 | 0 | 7 | 6 | AA | 4D | 4B |
| Octal | 215 | 360 | 337 | 51 | 0 | 7 | 6 | 252 | 115 | 113 |
| Binary | 10001101 | 11110000 | 11011111 | 101001 | 0 | 111 | 110 | 10101010 | 1001101 | 1001011 |
Color Harmonies of #8DF0DF
Complementary color
Monochromatic Colors of #8DF0DF
Black with #8DF0DF
Text Example
Text Example
White with #8DF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF0DF; }
p { color: rgb(141,240,223); }
H1.HeaderClassName
{
color: #8DF0DF;
}
.AnyTagClassName
{
color: #8DF0DF;
}
</style>
background-color css
<style>
a { background-color: #8DF0DF; }
a { background-color: rgb(141,240,223); }
div.DivClassName
{
background-color: #8DF0DF;
}
.BgClassName
{
background-color: #8DF0DF;
}
</style>
border-color css
<style>
span { border-color: #8DF0DF; }
span { border-color: rgb(141,240,223); }
td.TdClassName
{
border-color: #8DF0DF;
}
.TagClassName
{
border-color: #8DF0DF;
}
</style>