Shades of Aquamarine #8DFDCF
Tints of Aquamarine #8DFDCF
RGB
CMYK
RGB Variations
Color information
#8DFDCF (or 0x8DFDCF) is known color: Aquamarine. HEX triplet: 8D, FD and CF. RGB value is (141,253,207). Sum of RGB (Red+Green+Blue) = 141+253+207=601 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.46% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFDCF is #720230. Grayscale: #D6D6D6. Windows color (decimal): -7471665 or 13630861. OLE color: 13630861.
HSL color Cylindrical-coordinate representation of color #8DFDCF: hue angle of 155.36º 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 #8DFDCF is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 253 | 207 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.01 |
| HSL | 155.36º | 0.97% | 0.77% | - |
| HSV(B) | 155.36º | 0.44% | 0.99% | - |
| XYZ | 57.37 | 80.42 | 71.53 | - |
| YUV | 214.27 | 123.89 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 253 | 207 | 0.44 | 0 | 0.18 | 0.01 | 155.36 | 0.97 | 0.77 |
| Hex | 8D | FD | CF | 2C | 0 | 12 | 1 | 9B | 61 | 4D |
| Octal | 215 | 375 | 317 | 54 | 0 | 22 | 1 | 233 | 141 | 115 |
| Binary | 10001101 | 11111101 | 11001111 | 101100 | 0 | 10010 | 1 | 10011011 | 1100001 | 1001101 |
Color Harmonies of #8DFDCF
Complementary color
Monochromatic Colors of #8DFDCF
Black with #8DFDCF
Text Example
Text Example
White with #8DFDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFDCF; }
p { color: rgb(141,253,207); }
H1.HeaderClassName
{
color: #8DFDCF;
}
.AnyTagClassName
{
color: #8DFDCF;
}
</style>
background-color css
<style>
a { background-color: #8DFDCF; }
a { background-color: rgb(141,253,207); }
div.DivClassName
{
background-color: #8DFDCF;
}
.BgClassName
{
background-color: #8DFDCF;
}
</style>
border-color css
<style>
span { border-color: #8DFDCF; }
span { border-color: rgb(141,253,207); }
td.TdClassName
{
border-color: #8DFDCF;
}
.TagClassName
{
border-color: #8DFDCF;
}
</style>