Shades of Aquamarine #8DF4DF
Tints of Aquamarine #8DF4DF
RGB
CMYK
RGB Variations
Color information
#8DF4DF (or 0x8DF4DF) is known color: Aquamarine. HEX triplet: 8D, F4 and DF. RGB value is (141,244,223). Sum of RGB (Red+Green+Blue) = 141+244+223=608 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.19% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 244 - color contains mainly: green. Hex color #8DF4DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF4DF is #720B20. Grayscale: #D2D2D2. Windows color (decimal): -7473953 or 14677133. OLE color: 14677133.
HSL color Cylindrical-coordinate representation of color #8DF4DF: hue angle of 167.77º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF4DF is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 244 | 223 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.04 |
| HSL | 167.77º | 0.82% | 0.75% | - |
| HSV(B) | 167.77º | 0.42% | 0.96% | - |
| XYZ | 56.65 | 75.69 | 81.44 | - |
| YUV | 210.81 | 134.88 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 244 | 223 | 0.42 | 0 | 0.09 | 0.04 | 167.77 | 0.82 | 0.75 |
| Hex | 8D | F4 | DF | 2A | 0 | 9 | 4 | A8 | 52 | 4B |
| Octal | 215 | 364 | 337 | 52 | 0 | 11 | 4 | 250 | 122 | 113 |
| Binary | 10001101 | 11110100 | 11011111 | 101010 | 0 | 1001 | 100 | 10101000 | 1010010 | 1001011 |
Color Harmonies of #8DF4DF
Complementary color
Monochromatic Colors of #8DF4DF
Black with #8DF4DF
Text Example
Text Example
White with #8DF4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF4DF; }
p { color: rgb(141,244,223); }
H1.HeaderClassName
{
color: #8DF4DF;
}
.AnyTagClassName
{
color: #8DF4DF;
}
</style>
background-color css
<style>
a { background-color: #8DF4DF; }
a { background-color: rgb(141,244,223); }
div.DivClassName
{
background-color: #8DF4DF;
}
.BgClassName
{
background-color: #8DF4DF;
}
</style>
border-color css
<style>
span { border-color: #8DF4DF; }
span { border-color: rgb(141,244,223); }
td.TdClassName
{
border-color: #8DF4DF;
}
.TagClassName
{
border-color: #8DF4DF;
}
</style>