Shades of Aquamarine #8DFEE4
Tints of Aquamarine #8DFEE4
RGB
CMYK
RGB Variations
Color information
#8DFEE4 (or 0x8DFEE4) is known color: Aquamarine. HEX triplet: 8D, FE and E4. RGB value is (141,254,228). Sum of RGB (Red+Green+Blue) = 141+254+228=623 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.63% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFEE4 is #72011B. Grayscale: #D9D9D9. Windows color (decimal): -7471388 or 15007373. OLE color: 15007373.
HSL color Cylindrical-coordinate representation of color #8DFEE4: hue angle of 166.19º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFEE4 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 254 | 228 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.00 |
| HSL | 166.19º | 0.98% | 0.77% | - |
| HSV(B) | 166.19º | 0.44% | 1% | - |
| XYZ | 60.43 | 82.15 | 86.07 | - |
| YUV | 217.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 254 | 228 | 0.44 | 0 | 0.10 | 0.00 | 166.19 | 0.98 | 0.77 |
| Hex | 8D | FE | E4 | 2C | 0 | A | 0 | A6 | 62 | 4D |
| Octal | 215 | 376 | 344 | 54 | 0 | 12 | 0 | 246 | 142 | 115 |
| Binary | 10001101 | 11111110 | 11100100 | 101100 | 0 | 1010 | 0 | 10100110 | 1100010 | 1001101 |
Color Harmonies of #8DFEE4
Complementary color
Monochromatic Colors of #8DFEE4
Black with #8DFEE4
Text Example
Text Example
White with #8DFEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFEE4; }
p { color: rgb(141,254,228); }
H1.HeaderClassName
{
color: #8DFEE4;
}
.AnyTagClassName
{
color: #8DFEE4;
}
</style>
background-color css
<style>
a { background-color: #8DFEE4; }
a { background-color: rgb(141,254,228); }
div.DivClassName
{
background-color: #8DFEE4;
}
.BgClassName
{
background-color: #8DFEE4;
}
</style>
border-color css
<style>
span { border-color: #8DFEE4; }
span { border-color: rgb(141,254,228); }
td.TdClassName
{
border-color: #8DFEE4;
}
.TagClassName
{
border-color: #8DFEE4;
}
</style>