Shades of Aquamarine #8CFDD0
Tints of Aquamarine #8CFDD0
RGB
CMYK
RGB Variations
Color information
#8CFDD0 (or 0x8CFDD0) is known color: Aquamarine. HEX triplet: 8C, FD and D0. RGB value is (140,253,208). Sum of RGB (Red+Green+Blue) = 140+253+208=601 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.29% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFDD0 is #73022F. Grayscale: #D6D6D6. Windows color (decimal): -7537200 or 13696396. OLE color: 13696396.
HSL color Cylindrical-coordinate representation of color #8CFDD0: hue angle of 156.11º 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 #8CFDD0 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 253 | 208 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.01 |
| HSL | 156.11º | 0.97% | 0.77% | - |
| HSV(B) | 156.11º | 0.45% | 0.99% | - |
| XYZ | 57.33 | 80.38 | 72.17 | - |
| YUV | 214.08 | 124.56 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 208 | 0.45 | 0 | 0.18 | 0.01 | 156.11 | 0.97 | 0.77 |
| Hex | 8C | FD | D0 | 2D | 0 | 12 | 1 | 9C | 61 | 4D |
| Octal | 214 | 375 | 320 | 55 | 0 | 22 | 1 | 234 | 141 | 115 |
| Binary | 10001100 | 11111101 | 11010000 | 101101 | 0 | 10010 | 1 | 10011100 | 1100001 | 1001101 |
Color Harmonies of #8CFDD0
Complementary color
Monochromatic Colors of #8CFDD0
Black with #8CFDD0
Text Example
Text Example
White with #8CFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFDD0; }
p { color: rgb(140,253,208); }
H1.HeaderClassName
{
color: #8CFDD0;
}
.AnyTagClassName
{
color: #8CFDD0;
}
</style>
background-color css
<style>
a { background-color: #8CFDD0; }
a { background-color: rgb(140,253,208); }
div.DivClassName
{
background-color: #8CFDD0;
}
.BgClassName
{
background-color: #8CFDD0;
}
</style>
border-color css
<style>
span { border-color: #8CFDD0; }
span { border-color: rgb(140,253,208); }
td.TdClassName
{
border-color: #8CFDD0;
}
.TagClassName
{
border-color: #8CFDD0;
}
</style>