Shades of Aquamarine #8DFDD4
Tints of Aquamarine #8DFDD4
RGB
CMYK
RGB Variations
Color information
#8DFDD4 (or 0x8DFDD4) is known color: Aquamarine. HEX triplet: 8D, FD and D4. RGB value is (141,253,212). Sum of RGB (Red+Green+Blue) = 141+253+212=606 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.27% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFDD4 is #72022B. Grayscale: #D6D6D6. Windows color (decimal): -7471660 or 13958541. OLE color: 13958541.
HSL color Cylindrical-coordinate representation of color #8DFDD4: hue angle of 158.04º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFDD4 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 253 | 212 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.01 |
| HSL | 158.04º | 0.97% | 0.77% | - |
| HSV(B) | 158.04º | 0.44% | 0.99% | - |
| XYZ | 57.99 | 80.67 | 74.8 | - |
| YUV | 214.84 | 126.39 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 253 | 212 | 0.44 | 0 | 0.16 | 0.01 | 158.04 | 0.97 | 0.77 |
| Hex | 8D | FD | D4 | 2C | 0 | 10 | 1 | 9E | 61 | 4D |
| Octal | 215 | 375 | 324 | 54 | 0 | 20 | 1 | 236 | 141 | 115 |
| Binary | 10001101 | 11111101 | 11010100 | 101100 | 0 | 10000 | 1 | 10011110 | 1100001 | 1001101 |
Color Harmonies of #8DFDD4
Complementary color
Monochromatic Colors of #8DFDD4
Black with #8DFDD4
Text Example
Text Example
White with #8DFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFDD4; }
p { color: rgb(141,253,212); }
H1.HeaderClassName
{
color: #8DFDD4;
}
.AnyTagClassName
{
color: #8DFDD4;
}
</style>
background-color css
<style>
a { background-color: #8DFDD4; }
a { background-color: rgb(141,253,212); }
div.DivClassName
{
background-color: #8DFDD4;
}
.BgClassName
{
background-color: #8DFDD4;
}
</style>
border-color css
<style>
span { border-color: #8DFDD4; }
span { border-color: rgb(141,253,212); }
td.TdClassName
{
border-color: #8DFDD4;
}
.TagClassName
{
border-color: #8DFDD4;
}
</style>