Shades of Aquamarine #8DF7CE
Tints of Aquamarine #8DF7CE
RGB
CMYK
RGB Variations
Color information
#8DF7CE (or 0x8DF7CE) is known color: Aquamarine. HEX triplet: 8D, F7 and CE. RGB value is (141,247,206). Sum of RGB (Red+Green+Blue) = 141+247+206=594 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.74% from 594); Green value is 247 (96.88% from 255 or 41.58% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 247 - color contains mainly: green. Hex color #8DF7CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF7CE is #720831. Grayscale: #D2D2D2. Windows color (decimal): -7473202 or 13563789. OLE color: 13563789.
HSL color Cylindrical-coordinate representation of color #8DF7CE: hue angle of 156.79º 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 #8DF7CE is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 247 | 206 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.03 |
| HSL | 156.79º | 0.87% | 0.76% | - |
| HSV(B) | 156.79º | 0.43% | 0.97% | - |
| XYZ | 55.39 | 76.64 | 70.27 | - |
| YUV | 210.63 | 125.38 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 247 | 206 | 0.43 | 0 | 0.17 | 0.03 | 156.79 | 0.87 | 0.76 |
| Hex | 8D | F7 | CE | 2B | 0 | 11 | 3 | 9D | 57 | 4C |
| Octal | 215 | 367 | 316 | 53 | 0 | 21 | 3 | 235 | 127 | 114 |
| Binary | 10001101 | 11110111 | 11001110 | 101011 | 0 | 10001 | 11 | 10011101 | 1010111 | 1001100 |
Color Harmonies of #8DF7CE
Complementary color
Monochromatic Colors of #8DF7CE
Black with #8DF7CE
Text Example
Text Example
White with #8DF7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF7CE; }
p { color: rgb(141,247,206); }
H1.HeaderClassName
{
color: #8DF7CE;
}
.AnyTagClassName
{
color: #8DF7CE;
}
</style>
background-color css
<style>
a { background-color: #8DF7CE; }
a { background-color: rgb(141,247,206); }
div.DivClassName
{
background-color: #8DF7CE;
}
.BgClassName
{
background-color: #8DF7CE;
}
</style>
border-color css
<style>
span { border-color: #8DF7CE; }
span { border-color: rgb(141,247,206); }
td.TdClassName
{
border-color: #8DF7CE;
}
.TagClassName
{
border-color: #8DF7CE;
}
</style>