Shades of Aquamarine #8CFFCD
Tints of Aquamarine #8CFFCD
RGB
CMYK
RGB Variations
Color information
#8CFFCD (or 0x8CFFCD) is known color: Aquamarine. HEX triplet: 8C, FF and CD. RGB value is (140,255,205). Sum of RGB (Red+Green+Blue) = 140+255+205=600 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.33% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFCD is #730032. Grayscale: #D7D7D7. Windows color (decimal): -7536691 or 13500300. OLE color: 13500300.
HSL color Cylindrical-coordinate representation of color #8CFFCD: hue angle of 153.91º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFFCD is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 205 | - |
| CMYK | 0.45 | 0 | 0.20 | 0 |
| HSL | 153.91º | 1% | 0.77% | - |
| HSV(B) | 153.91º | 0.45% | 1% | - |
| XYZ | 57.59 | 81.5 | 70.45 | - |
| YUV | 214.92 | 122.4 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 205 | 0.45 | 0 | 0.20 | 0 | 153.91 | 1 | 0.77 |
| Hex | 8C | FF | CD | 2D | 0 | 14 | 0 | 9A | 64 | 4D |
| Octal | 214 | 377 | 315 | 55 | 0 | 24 | 0 | 232 | 144 | 115 |
| Binary | 10001100 | 11111111 | 11001101 | 101101 | 0 | 10100 | 0 | 10011010 | 1100100 | 1001101 |
Color Harmonies of #8CFFCD
Complementary color
Monochromatic Colors of #8CFFCD
Black with #8CFFCD
Text Example
Text Example
White with #8CFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFCD; }
p { color: rgb(140,255,205); }
H1.HeaderClassName
{
color: #8CFFCD;
}
.AnyTagClassName
{
color: #8CFFCD;
}
</style>
background-color css
<style>
a { background-color: #8CFFCD; }
a { background-color: rgb(140,255,205); }
div.DivClassName
{
background-color: #8CFFCD;
}
.BgClassName
{
background-color: #8CFFCD;
}
</style>
border-color css
<style>
span { border-color: #8CFFCD; }
span { border-color: rgb(140,255,205); }
td.TdClassName
{
border-color: #8CFFCD;
}
.TagClassName
{
border-color: #8CFFCD;
}
</style>