Shades of Aquamarine #8CFDD6
Tints of Aquamarine #8CFDD6
RGB
CMYK
RGB Variations
Color information
#8CFDD6 (or 0x8CFDD6) is known color: Aquamarine. HEX triplet: 8C, FD and D6. RGB value is (140,253,214). Sum of RGB (Red+Green+Blue) = 140+253+214=607 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.06% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFDD6 is #730229. Grayscale: #D6D6D6. Windows color (decimal): -7537194 or 14089612. OLE color: 14089612.
HSL color Cylindrical-coordinate representation of color #8CFDD6: hue angle of 159.29º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFDD6 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 253 | 214 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.01 |
| HSL | 159.29º | 0.97% | 0.77% | - |
| HSV(B) | 159.29º | 0.45% | 0.99% | - |
| XYZ | 58.08 | 80.68 | 76.13 | - |
| YUV | 214.77 | 127.56 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 214 | 0.45 | 0 | 0.15 | 0.01 | 159.29 | 0.97 | 0.77 |
| Hex | 8C | FD | D6 | 2D | 0 | F | 1 | 9F | 61 | 4D |
| Octal | 214 | 375 | 326 | 55 | 0 | 17 | 1 | 237 | 141 | 115 |
| Binary | 10001100 | 11111101 | 11010110 | 101101 | 0 | 1111 | 1 | 10011111 | 1100001 | 1001101 |
Color Harmonies of #8CFDD6
Complementary color
Monochromatic Colors of #8CFDD6
Black with #8CFDD6
Text Example
Text Example
White with #8CFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFDD6; }
p { color: rgb(140,253,214); }
H1.HeaderClassName
{
color: #8CFDD6;
}
.AnyTagClassName
{
color: #8CFDD6;
}
</style>
background-color css
<style>
a { background-color: #8CFDD6; }
a { background-color: rgb(140,253,214); }
div.DivClassName
{
background-color: #8CFDD6;
}
.BgClassName
{
background-color: #8CFDD6;
}
</style>
border-color css
<style>
span { border-color: #8CFDD6; }
span { border-color: rgb(140,253,214); }
td.TdClassName
{
border-color: #8CFDD6;
}
.TagClassName
{
border-color: #8CFDD6;
}
</style>