Shades of Aquamarine #8CFFC2
Tints of Aquamarine #8CFFC2
RGB
CMYK
RGB Variations
Color information
#8CFFC2 (or 0x8CFFC2) is known color: Aquamarine. HEX triplet: 8C, FF and C2. RGB value is (140,255,194). Sum of RGB (Red+Green+Blue) = 140+255+194=589 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.77% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFC2 is #73003D. Grayscale: #D5D5D5. Windows color (decimal): -7536702 or 12779404. OLE color: 12779404.
HSL color Cylindrical-coordinate representation of color #8CFFC2: hue angle of 148.17º 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 #8CFFC2 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 194 | - |
| CMYK | 0.45 | 0 | 0.24 | 0 |
| HSL | 148.17º | 1% | 0.77% | - |
| HSV(B) | 148.17º | 0.45% | 1% | - |
| XYZ | 56.31 | 80.99 | 63.7 | - |
| YUV | 213.66 | 116.9 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 194 | 0.45 | 0 | 0.24 | 0 | 148.17 | 1 | 0.77 |
| Hex | 8C | FF | C2 | 2D | 0 | 18 | 0 | 94 | 64 | 4D |
| Octal | 214 | 377 | 302 | 55 | 0 | 30 | 0 | 224 | 144 | 115 |
| Binary | 10001100 | 11111111 | 11000010 | 101101 | 0 | 11000 | 0 | 10010100 | 1100100 | 1001101 |
Color Harmonies of #8CFFC2
Complementary color
Monochromatic Colors of #8CFFC2
Black with #8CFFC2
Text Example
Text Example
White with #8CFFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFC2; }
p { color: rgb(140,255,194); }
H1.HeaderClassName
{
color: #8CFFC2;
}
.AnyTagClassName
{
color: #8CFFC2;
}
</style>
background-color css
<style>
a { background-color: #8CFFC2; }
a { background-color: rgb(140,255,194); }
div.DivClassName
{
background-color: #8CFFC2;
}
.BgClassName
{
background-color: #8CFFC2;
}
</style>
border-color css
<style>
span { border-color: #8CFFC2; }
span { border-color: rgb(140,255,194); }
td.TdClassName
{
border-color: #8CFFC2;
}
.TagClassName
{
border-color: #8CFFC2;
}
</style>