Shades of Aquamarine #8DF1DE
Tints of Aquamarine #8DF1DE
RGB
CMYK
RGB Variations
Color information
#8DF1DE (or 0x8DF1DE) is known color: Aquamarine. HEX triplet: 8D, F1 and DE. RGB value is (141,241,222). Sum of RGB (Red+Green+Blue) = 141+241+222=604 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.34% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF1DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF1DE is #720E21. Grayscale: #D0D0D0. Windows color (decimal): -7474722 or 14610829. OLE color: 14610829.
HSL color Cylindrical-coordinate representation of color #8DF1DE: hue angle of 168.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DF1DE is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 222 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.05 |
| HSL | 168.6º | 0.78% | 0.75% | - |
| HSV(B) | 168.6º | 0.41% | 0.95% | - |
| XYZ | 55.62 | 73.85 | 80.43 | - |
| YUV | 208.93 | 135.37 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 222 | 0.41 | 0 | 0.08 | 0.05 | 168.6 | 0.78 | 0.75 |
| Hex | 8D | F1 | DE | 29 | 0 | 8 | 5 | A9 | 4E | 4B |
| Octal | 215 | 361 | 336 | 51 | 0 | 10 | 5 | 251 | 116 | 113 |
| Binary | 10001101 | 11110001 | 11011110 | 101001 | 0 | 1000 | 101 | 10101001 | 1001110 | 1001011 |
Color Harmonies of #8DF1DE
Complementary color
Monochromatic Colors of #8DF1DE
Black with #8DF1DE
Text Example
Text Example
White with #8DF1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF1DE; }
p { color: rgb(141,241,222); }
H1.HeaderClassName
{
color: #8DF1DE;
}
.AnyTagClassName
{
color: #8DF1DE;
}
</style>
background-color css
<style>
a { background-color: #8DF1DE; }
a { background-color: rgb(141,241,222); }
div.DivClassName
{
background-color: #8DF1DE;
}
.BgClassName
{
background-color: #8DF1DE;
}
</style>
border-color css
<style>
span { border-color: #8DF1DE; }
span { border-color: rgb(141,241,222); }
td.TdClassName
{
border-color: #8DF1DE;
}
.TagClassName
{
border-color: #8DF1DE;
}
</style>