Shades of Aquamarine #8CFDDF
Tints of Aquamarine #8CFDDF
RGB
CMYK
RGB Variations
Color information
#8CFDDF (or 0x8CFDDF) is known color: Aquamarine. HEX triplet: 8C, FD and DF. RGB value is (140,253,223). Sum of RGB (Red+Green+Blue) = 140+253+223=616 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.73% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFDDF is #730220. Grayscale: #D7D7D7. Windows color (decimal): -7537185 or 14679436. OLE color: 14679436.
HSL color Cylindrical-coordinate representation of color #8CFDDF: hue angle of 164.07º 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 #8CFDDF is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 253 | 223 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.01 |
| HSL | 164.07º | 0.97% | 0.77% | - |
| HSV(B) | 164.07º | 0.45% | 0.99% | - |
| XYZ | 59.26 | 81.15 | 82.35 | - |
| YUV | 215.79 | 132.06 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 223 | 0.45 | 0 | 0.12 | 0.01 | 164.07 | 0.97 | 0.77 |
| Hex | 8C | FD | DF | 2D | 0 | C | 1 | A4 | 61 | 4D |
| Octal | 214 | 375 | 337 | 55 | 0 | 14 | 1 | 244 | 141 | 115 |
| Binary | 10001100 | 11111101 | 11011111 | 101101 | 0 | 1100 | 1 | 10100100 | 1100001 | 1001101 |
Color Harmonies of #8CFDDF
Complementary color
Monochromatic Colors of #8CFDDF
Black with #8CFDDF
Text Example
Text Example
White with #8CFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFDDF; }
p { color: rgb(140,253,223); }
H1.HeaderClassName
{
color: #8CFDDF;
}
.AnyTagClassName
{
color: #8CFDDF;
}
</style>
background-color css
<style>
a { background-color: #8CFDDF; }
a { background-color: rgb(140,253,223); }
div.DivClassName
{
background-color: #8CFDDF;
}
.BgClassName
{
background-color: #8CFDDF;
}
</style>
border-color css
<style>
span { border-color: #8CFDDF; }
span { border-color: rgb(140,253,223); }
td.TdClassName
{
border-color: #8CFDDF;
}
.TagClassName
{
border-color: #8CFDDF;
}
</style>