Shades of Aquamarine #8CFFDC
Tints of Aquamarine #8CFFDC
RGB
CMYK
RGB Variations
Color information
#8CFFDC (or 0x8CFFDC) is known color: Aquamarine. HEX triplet: 8C, FF and DC. RGB value is (140,255,220). Sum of RGB (Red+Green+Blue) = 140+255+220=615 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.76% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFDC is #730023. Grayscale: #D8D8D8. Windows color (decimal): -7536676 or 14483340. OLE color: 14483340.
HSL color Cylindrical-coordinate representation of color #8CFFDC: hue angle of 161.74º 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 #8CFFDC is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 220 | - |
| CMYK | 0.45 | 0 | 0.14 | 0 |
| HSL | 161.74º | 1% | 0.77% | - |
| HSV(B) | 161.74º | 0.45% | 1% | - |
| XYZ | 59.49 | 82.26 | 80.45 | - |
| YUV | 216.63 | 129.9 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 220 | 0.45 | 0 | 0.14 | 0 | 161.74 | 1 | 0.77 |
| Hex | 8C | FF | DC | 2D | 0 | E | 0 | A2 | 64 | 4D |
| Octal | 214 | 377 | 334 | 55 | 0 | 16 | 0 | 242 | 144 | 115 |
| Binary | 10001100 | 11111111 | 11011100 | 101101 | 0 | 1110 | 0 | 10100010 | 1100100 | 1001101 |
Color Harmonies of #8CFFDC
Complementary color
Monochromatic Colors of #8CFFDC
Black with #8CFFDC
Text Example
Text Example
White with #8CFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFDC; }
p { color: rgb(140,255,220); }
H1.HeaderClassName
{
color: #8CFFDC;
}
.AnyTagClassName
{
color: #8CFFDC;
}
</style>
background-color css
<style>
a { background-color: #8CFFDC; }
a { background-color: rgb(140,255,220); }
div.DivClassName
{
background-color: #8CFFDC;
}
.BgClassName
{
background-color: #8CFFDC;
}
</style>
border-color css
<style>
span { border-color: #8CFFDC; }
span { border-color: rgb(140,255,220); }
td.TdClassName
{
border-color: #8CFFDC;
}
.TagClassName
{
border-color: #8CFFDC;
}
</style>