Shades of Aquamarine #8DFFCE
Tints of Aquamarine #8DFFCE
RGB
CMYK
RGB Variations
Color information
#8DFFCE (or 0x8DFFCE) is known color: Aquamarine. HEX triplet: 8D, FF and CE. RGB value is (141,255,206). Sum of RGB (Red+Green+Blue) = 141+255+206=602 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.42% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFFCE is #720031. Grayscale: #D7D7D7. Windows color (decimal): -7471154 or 13565837. OLE color: 13565837.
HSL color Cylindrical-coordinate representation of color #8DFFCE: hue angle of 154.21º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DFFCE is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 206 | - |
| CMYK | 0.45 | 0 | 0.19 | 0 |
| HSL | 154.21º | 1% | 0.78% | - |
| HSV(B) | 154.21º | 0.45% | 1% | - |
| XYZ | 57.89 | 81.64 | 71.1 | - |
| YUV | 215.33 | 122.73 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 206 | 0.45 | 0 | 0.19 | 0 | 154.21 | 1 | 0.78 |
| Hex | 8D | FF | CE | 2D | 0 | 13 | 0 | 9A | 64 | 4E |
| Octal | 215 | 377 | 316 | 55 | 0 | 23 | 0 | 232 | 144 | 116 |
| Binary | 10001101 | 11111111 | 11001110 | 101101 | 0 | 10011 | 0 | 10011010 | 1100100 | 1001110 |
Color Harmonies of #8DFFCE
Complementary color
Monochromatic Colors of #8DFFCE
Black with #8DFFCE
Text Example
Text Example
White with #8DFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFFCE; }
p { color: rgb(141,255,206); }
H1.HeaderClassName
{
color: #8DFFCE;
}
.AnyTagClassName
{
color: #8DFFCE;
}
</style>
background-color css
<style>
a { background-color: #8DFFCE; }
a { background-color: rgb(141,255,206); }
div.DivClassName
{
background-color: #8DFFCE;
}
.BgClassName
{
background-color: #8DFFCE;
}
</style>
border-color css
<style>
span { border-color: #8DFFCE; }
span { border-color: rgb(141,255,206); }
td.TdClassName
{
border-color: #8DFFCE;
}
.TagClassName
{
border-color: #8DFFCE;
}
</style>