Shades of Aquamarine #8DFDBD
Tints of Aquamarine #8DFDBD
RGB
CMYK
RGB Variations
Color information
#8DFDBD (or 0x8DFDBD) is known color: Aquamarine. HEX triplet: 8D, FD and BD. RGB value is (141,253,189). Sum of RGB (Red+Green+Blue) = 141+253+189=583 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.19% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFDBD is #720242. Grayscale: #D4D4D4. Windows color (decimal): -7471683 or 12451213. OLE color: 12451213.
HSL color Cylindrical-coordinate representation of color #8DFDBD: hue angle of 145.71º 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 #8DFDBD is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 141 | 253 | 189 | - |
CMYK | 0.44 | 0 | 0.25 | 0.01 |
HSL | 145.71º | 0.97% | 0.77% | - |
HSV(B) | 145.71º | 0.44% | 0.99% | - |
XYZ | 55.3 | 79.59 | 60.59 | - |
YUV | 212.22 | 114.89 | 77.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 253 | 189 | 0.44 | 0 | 0.25 | 0.01 | 145.71 | 0.97 | 0.77 |
Hex | 8D | FD | BD | 2C | 0 | 19 | 1 | 92 | 61 | 4D |
Octal | 215 | 375 | 275 | 54 | 0 | 31 | 1 | 222 | 141 | 115 |
Binary | 10001101 | 11111101 | 10111101 | 101100 | 0 | 11001 | 1 | 10010010 | 1100001 | 1001101 |
Color Harmonies of #8DFDBD
Complementary color
Monochromatic Colors of #8DFDBD
Black with #8DFDBD
Text Example
Text Example
White with #8DFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFDBD; }
p { color: rgb(141,253,189); }
H1.HeaderClassName
{
color: #8DFDBD;
}
.AnyTagClassName
{
color: #8DFDBD;
}
</style>
background-color css
<style>
a { background-color: #8DFDBD; }
a { background-color: rgb(141,253,189); }
div.DivClassName
{
background-color: #8DFDBD;
}
.BgClassName
{
background-color: #8DFDBD;
}
</style>
border-color css
<style>
span { border-color: #8DFDBD; }
span { border-color: rgb(141,253,189); }
td.TdClassName
{
border-color: #8DFDBD;
}
.TagClassName
{
border-color: #8DFDBD;
}
</style>