Shades of Aquamarine #8DF1DD
Tints of Aquamarine #8DF1DD
RGB
CMYK
RGB Variations
Color information
#8DF1DD (or 0x8DF1DD) is known color: Aquamarine. HEX triplet: 8D, F1 and DD. RGB value is (141,241,221). Sum of RGB (Red+Green+Blue) = 141+241+221=603 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.38% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF1DD is #720E22. Grayscale: #D0D0D0. Windows color (decimal): -7474723 or 14545293. OLE color: 14545293.
HSL color Cylindrical-coordinate representation of color #8DF1DD: hue angle of 168º 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 #8DF1DD is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 221 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.05 |
| HSL | 168º | 0.78% | 0.75% | - |
| HSV(B) | 168º | 0.41% | 0.95% | - |
| XYZ | 55.49 | 73.79 | 79.73 | - |
| YUV | 208.82 | 134.87 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 221 | 0.41 | 0 | 0.08 | 0.05 | 168 | 0.78 | 0.75 |
| Hex | 8D | F1 | DD | 29 | 0 | 8 | 5 | A8 | 4E | 4B |
| Octal | 215 | 361 | 335 | 51 | 0 | 10 | 5 | 250 | 116 | 113 |
| Binary | 10001101 | 11110001 | 11011101 | 101001 | 0 | 1000 | 101 | 10101000 | 1001110 | 1001011 |
Color Harmonies of #8DF1DD
Complementary color
Monochromatic Colors of #8DF1DD
Black with #8DF1DD
Text Example
Text Example
White with #8DF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF1DD; }
p { color: rgb(141,241,221); }
H1.HeaderClassName
{
color: #8DF1DD;
}
.AnyTagClassName
{
color: #8DF1DD;
}
</style>
background-color css
<style>
a { background-color: #8DF1DD; }
a { background-color: rgb(141,241,221); }
div.DivClassName
{
background-color: #8DF1DD;
}
.BgClassName
{
background-color: #8DF1DD;
}
</style>
border-color css
<style>
span { border-color: #8DF1DD; }
span { border-color: rgb(141,241,221); }
td.TdClassName
{
border-color: #8DF1DD;
}
.TagClassName
{
border-color: #8DF1DD;
}
</style>