Shades of Aquamarine #8DFDBE
Tints of Aquamarine #8DFDBE
RGB
CMYK
RGB Variations
Color information
#8DFDBE (or 0x8DFDBE) is known color: Aquamarine. HEX triplet: 8D, FD and BE. RGB value is (141,253,190). Sum of RGB (Red+Green+Blue) = 141+253+190=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFDBE is #720241. Grayscale: #D4D4D4. Windows color (decimal): -7471682 or 12516749. OLE color: 12516749.
HSL color Cylindrical-coordinate representation of color #8DFDBE: hue angle of 146.25º 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 #8DFDBE is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 253 | 190 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.01 |
| HSL | 146.25º | 0.97% | 0.77% | - |
| HSV(B) | 146.25º | 0.44% | 0.99% | - |
| XYZ | 55.4 | 79.63 | 61.17 | - |
| YUV | 212.33 | 115.39 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 253 | 190 | 0.44 | 0 | 0.25 | 0.01 | 146.25 | 0.97 | 0.77 |
| Hex | 8D | FD | BE | 2C | 0 | 19 | 1 | 92 | 61 | 4D |
| Octal | 215 | 375 | 276 | 54 | 0 | 31 | 1 | 222 | 141 | 115 |
| Binary | 10001101 | 11111101 | 10111110 | 101100 | 0 | 11001 | 1 | 10010010 | 1100001 | 1001101 |
Color Harmonies of #8DFDBE
Complementary color
Monochromatic Colors of #8DFDBE
Black with #8DFDBE
Text Example
Text Example
White with #8DFDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFDBE; }
p { color: rgb(141,253,190); }
H1.HeaderClassName
{
color: #8DFDBE;
}
.AnyTagClassName
{
color: #8DFDBE;
}
</style>
background-color css
<style>
a { background-color: #8DFDBE; }
a { background-color: rgb(141,253,190); }
div.DivClassName
{
background-color: #8DFDBE;
}
.BgClassName
{
background-color: #8DFDBE;
}
</style>
border-color css
<style>
span { border-color: #8DFDBE; }
span { border-color: rgb(141,253,190); }
td.TdClassName
{
border-color: #8DFDBE;
}
.TagClassName
{
border-color: #8DFDBE;
}
</style>