Shades of Aquamarine #8DF0CA
Tints of Aquamarine #8DF0CA
RGB
CMYK
RGB Variations
Color information
#8DF0CA (or 0x8DF0CA) is known color: Aquamarine. HEX triplet: 8D, F0 and CA. RGB value is (141,240,202). Sum of RGB (Red+Green+Blue) = 141+240+202=583 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.19% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF0CA is #720F35. Grayscale: #CECECE. Windows color (decimal): -7474998 or 13299853. OLE color: 13299853.
HSL color Cylindrical-coordinate representation of color #8DF0CA: hue angle of 156.97º 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 #8DF0CA is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 202 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.06 |
| HSL | 156.97º | 0.77% | 0.75% | - |
| HSV(B) | 156.97º | 0.41% | 0.94% | - |
| XYZ | 52.81 | 72.25 | 67.04 | - |
| YUV | 206.07 | 125.7 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 202 | 0.41 | 0 | 0.16 | 0.06 | 156.97 | 0.77 | 0.75 |
| Hex | 8D | F0 | CA | 29 | 0 | 10 | 6 | 9D | 4D | 4B |
| Octal | 215 | 360 | 312 | 51 | 0 | 20 | 6 | 235 | 115 | 113 |
| Binary | 10001101 | 11110000 | 11001010 | 101001 | 0 | 10000 | 110 | 10011101 | 1001101 | 1001011 |
Color Harmonies of #8DF0CA
Complementary color
Monochromatic Colors of #8DF0CA
Black with #8DF0CA
Text Example
Text Example
White with #8DF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF0CA; }
p { color: rgb(141,240,202); }
H1.HeaderClassName
{
color: #8DF0CA;
}
.AnyTagClassName
{
color: #8DF0CA;
}
</style>
background-color css
<style>
a { background-color: #8DF0CA; }
a { background-color: rgb(141,240,202); }
div.DivClassName
{
background-color: #8DF0CA;
}
.BgClassName
{
background-color: #8DF0CA;
}
</style>
border-color css
<style>
span { border-color: #8DF0CA; }
span { border-color: rgb(141,240,202); }
td.TdClassName
{
border-color: #8DF0CA;
}
.TagClassName
{
border-color: #8DF0CA;
}
</style>