Shades of Aquamarine #8DF7CA
Tints of Aquamarine #8DF7CA
RGB
CMYK
RGB Variations
Color information
#8DF7CA (or 0x8DF7CA) is known color: Aquamarine. HEX triplet: 8D, F7 and CA. RGB value is (141,247,202). Sum of RGB (Red+Green+Blue) = 141+247+202=590 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.90% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #8DF7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF7CA is #720835. Grayscale: #D2D2D2. Windows color (decimal): -7473206 or 13301645. OLE color: 13301645.
HSL color Cylindrical-coordinate representation of color #8DF7CA: hue angle of 154.53º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF7CA is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 247 | 202 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.03 |
| HSL | 154.53º | 0.87% | 0.76% | - |
| HSV(B) | 154.53º | 0.43% | 0.97% | - |
| XYZ | 54.91 | 76.45 | 67.74 | - |
| YUV | 210.18 | 123.38 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 247 | 202 | 0.43 | 0 | 0.18 | 0.03 | 154.53 | 0.87 | 0.76 |
| Hex | 8D | F7 | CA | 2B | 0 | 12 | 3 | 9B | 57 | 4C |
| Octal | 215 | 367 | 312 | 53 | 0 | 22 | 3 | 233 | 127 | 114 |
| Binary | 10001101 | 11110111 | 11001010 | 101011 | 0 | 10010 | 11 | 10011011 | 1010111 | 1001100 |
Color Harmonies of #8DF7CA
Complementary color
Monochromatic Colors of #8DF7CA
Black with #8DF7CA
Text Example
Text Example
White with #8DF7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF7CA; }
p { color: rgb(141,247,202); }
H1.HeaderClassName
{
color: #8DF7CA;
}
.AnyTagClassName
{
color: #8DF7CA;
}
</style>
background-color css
<style>
a { background-color: #8DF7CA; }
a { background-color: rgb(141,247,202); }
div.DivClassName
{
background-color: #8DF7CA;
}
.BgClassName
{
background-color: #8DF7CA;
}
</style>
border-color css
<style>
span { border-color: #8DF7CA; }
span { border-color: rgb(141,247,202); }
td.TdClassName
{
border-color: #8DF7CA;
}
.TagClassName
{
border-color: #8DF7CA;
}
</style>