Shades of Aquamarine #8DFFE6
Tints of Aquamarine #8DFFE6
RGB
CMYK
RGB Variations
Color information
#8DFFE6 (or 0x8DFFE6) is known color: Aquamarine. HEX triplet: 8D, FF and E6. RGB value is (141,255,230). Sum of RGB (Red+Green+Blue) = 141+255+230=626 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.52% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFFE6 is #720019. Grayscale: #DADADA. Windows color (decimal): -7471130 or 15138701. OLE color: 15138701.
HSL color Cylindrical-coordinate representation of color #8DFFE6: hue angle of 166.84º 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 #8DFFE6 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 230 | - |
| CMYK | 0.45 | 0 | 0.10 | 0 |
| HSL | 166.84º | 1% | 0.78% | - |
| HSV(B) | 166.84º | 0.45% | 1% | - |
| XYZ | 61.03 | 82.9 | 87.65 | - |
| YUV | 218.06 | 134.73 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 230 | 0.45 | 0 | 0.10 | 0 | 166.84 | 1 | 0.78 |
| Hex | 8D | FF | E6 | 2D | 0 | A | 0 | A7 | 64 | 4E |
| Octal | 215 | 377 | 346 | 55 | 0 | 12 | 0 | 247 | 144 | 116 |
| Binary | 10001101 | 11111111 | 11100110 | 101101 | 0 | 1010 | 0 | 10100111 | 1100100 | 1001110 |
Color Harmonies of #8DFFE6
Complementary color
Monochromatic Colors of #8DFFE6
Black with #8DFFE6
Text Example
Text Example
White with #8DFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFFE6; }
p { color: rgb(141,255,230); }
H1.HeaderClassName
{
color: #8DFFE6;
}
.AnyTagClassName
{
color: #8DFFE6;
}
</style>
background-color css
<style>
a { background-color: #8DFFE6; }
a { background-color: rgb(141,255,230); }
div.DivClassName
{
background-color: #8DFFE6;
}
.BgClassName
{
background-color: #8DFFE6;
}
</style>
border-color css
<style>
span { border-color: #8DFFE6; }
span { border-color: rgb(141,255,230); }
td.TdClassName
{
border-color: #8DFFE6;
}
.TagClassName
{
border-color: #8DFFE6;
}
</style>