Shades of Aquamarine #8CFDDD
Tints of Aquamarine #8CFDDD
RGB
CMYK
RGB Variations
Color information
#8CFDDD (or 0x8CFDDD) is known color: Aquamarine. HEX triplet: 8C, FD and DD. RGB value is (140,253,221). Sum of RGB (Red+Green+Blue) = 140+253+221=614 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.80% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFDDD is #730222. Grayscale: #D7D7D7. Windows color (decimal): -7537187 or 14548364. OLE color: 14548364.
HSL color Cylindrical-coordinate representation of color #8CFDDD: hue angle of 163.01º 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 #8CFDDD is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 253 | 221 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.01 |
| HSL | 163.01º | 0.97% | 0.77% | - |
| HSV(B) | 163.01º | 0.45% | 0.99% | - |
| XYZ | 58.99 | 81.05 | 80.94 | - |
| YUV | 215.57 | 131.06 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 221 | 0.45 | 0 | 0.13 | 0.01 | 163.01 | 0.97 | 0.77 |
| Hex | 8C | FD | DD | 2D | 0 | D | 1 | A3 | 61 | 4D |
| Octal | 214 | 375 | 335 | 55 | 0 | 15 | 1 | 243 | 141 | 115 |
| Binary | 10001100 | 11111101 | 11011101 | 101101 | 0 | 1101 | 1 | 10100011 | 1100001 | 1001101 |
Color Harmonies of #8CFDDD
Complementary color
Monochromatic Colors of #8CFDDD
Black with #8CFDDD
Text Example
Text Example
White with #8CFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFDDD; }
p { color: rgb(140,253,221); }
H1.HeaderClassName
{
color: #8CFDDD;
}
.AnyTagClassName
{
color: #8CFDDD;
}
</style>
background-color css
<style>
a { background-color: #8CFDDD; }
a { background-color: rgb(140,253,221); }
div.DivClassName
{
background-color: #8CFDDD;
}
.BgClassName
{
background-color: #8CFDDD;
}
</style>
border-color css
<style>
span { border-color: #8CFDDD; }
span { border-color: rgb(140,253,221); }
td.TdClassName
{
border-color: #8CFDDD;
}
.TagClassName
{
border-color: #8CFDDD;
}
</style>