Shades of Aquamarine #8DFFC8
Tints of Aquamarine #8DFFC8
RGB
CMYK
RGB Variations
Color information
#8DFFC8 (or 0x8DFFC8) is known color: Aquamarine. HEX triplet: 8D, FF and C8. RGB value is (141,255,200). Sum of RGB (Red+Green+Blue) = 141+255+200=596 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.66% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFFC8 is #720037. Grayscale: #D6D6D6. Windows color (decimal): -7471160 or 13172621. OLE color: 13172621.
HSL color Cylindrical-coordinate representation of color #8DFFC8: hue angle of 151.05º 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 #8DFFC8 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 200 | - |
| CMYK | 0.45 | 0 | 0.22 | 0 |
| HSL | 151.05º | 1% | 0.78% | - |
| HSV(B) | 151.05º | 0.45% | 1% | - |
| XYZ | 57.17 | 81.35 | 67.33 | - |
| YUV | 214.64 | 119.73 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 200 | 0.45 | 0 | 0.22 | 0 | 151.05 | 1 | 0.78 |
| Hex | 8D | FF | C8 | 2D | 0 | 16 | 0 | 97 | 64 | 4E |
| Octal | 215 | 377 | 310 | 55 | 0 | 26 | 0 | 227 | 144 | 116 |
| Binary | 10001101 | 11111111 | 11001000 | 101101 | 0 | 10110 | 0 | 10010111 | 1100100 | 1001110 |
Color Harmonies of #8DFFC8
Complementary color
Monochromatic Colors of #8DFFC8
Black with #8DFFC8
Text Example
Text Example
White with #8DFFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFFC8; }
p { color: rgb(141,255,200); }
H1.HeaderClassName
{
color: #8DFFC8;
}
.AnyTagClassName
{
color: #8DFFC8;
}
</style>
background-color css
<style>
a { background-color: #8DFFC8; }
a { background-color: rgb(141,255,200); }
div.DivClassName
{
background-color: #8DFFC8;
}
.BgClassName
{
background-color: #8DFFC8;
}
</style>
border-color css
<style>
span { border-color: #8DFFC8; }
span { border-color: rgb(141,255,200); }
td.TdClassName
{
border-color: #8DFFC8;
}
.TagClassName
{
border-color: #8DFFC8;
}
</style>