Shades of Aquamarine #8DF6C3
Tints of Aquamarine #8DF6C3
RGB
CMYK
RGB Variations
Color information
#8DF6C3 (or 0x8DF6C3) is known color: Aquamarine. HEX triplet: 8D, F6 and C3. RGB value is (141,246,195). Sum of RGB (Red+Green+Blue) = 141+246+195=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 246 (96.48% from 255 or 42.27% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 246 - color contains mainly: green. Hex color #8DF6C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF6C3 is #72093C. Grayscale: #D0D0D0. Windows color (decimal): -7473469 or 12842637. OLE color: 12842637.
HSL color Cylindrical-coordinate representation of color #8DF6C3: hue angle of 150.86º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF6C3 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 246 | 195 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.04 |
| HSL | 150.86º | 0.85% | 0.76% | - |
| HSV(B) | 150.86º | 0.43% | 0.96% | - |
| XYZ | 53.79 | 75.51 | 63.37 | - |
| YUV | 208.79 | 120.21 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 246 | 195 | 0.43 | 0 | 0.21 | 0.04 | 150.86 | 0.85 | 0.76 |
| Hex | 8D | F6 | C3 | 2B | 0 | 15 | 4 | 97 | 55 | 4C |
| Octal | 215 | 366 | 303 | 53 | 0 | 25 | 4 | 227 | 125 | 114 |
| Binary | 10001101 | 11110110 | 11000011 | 101011 | 0 | 10101 | 100 | 10010111 | 1010101 | 1001100 |
Color Harmonies of #8DF6C3
Complementary color
Monochromatic Colors of #8DF6C3
Black with #8DF6C3
Text Example
Text Example
White with #8DF6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF6C3; }
p { color: rgb(141,246,195); }
H1.HeaderClassName
{
color: #8DF6C3;
}
.AnyTagClassName
{
color: #8DF6C3;
}
</style>
background-color css
<style>
a { background-color: #8DF6C3; }
a { background-color: rgb(141,246,195); }
div.DivClassName
{
background-color: #8DF6C3;
}
.BgClassName
{
background-color: #8DF6C3;
}
</style>
border-color css
<style>
span { border-color: #8DF6C3; }
span { border-color: rgb(141,246,195); }
td.TdClassName
{
border-color: #8DF6C3;
}
.TagClassName
{
border-color: #8DF6C3;
}
</style>