Shades of Aquamarine #8CFED2
Tints of Aquamarine #8CFED2
RGB
CMYK
RGB Variations
Color information
#8CFED2 (or 0x8CFED2) is known color: Aquamarine. HEX triplet: 8C, FE and D2. RGB value is (140,254,210). Sum of RGB (Red+Green+Blue) = 140+254+210=604 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.18% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFED2 is #73012D. Grayscale: #D6D6D6. Windows color (decimal): -7536942 or 13827724. OLE color: 13827724.
HSL color Cylindrical-coordinate representation of color #8CFED2: hue angle of 156.84º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFED2 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 210 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.00 |
| HSL | 156.84º | 0.98% | 0.77% | - |
| HSV(B) | 156.84º | 0.45% | 1% | - |
| XYZ | 57.89 | 81.11 | 73.58 | - |
| YUV | 214.9 | 125.23 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 210 | 0.45 | 0 | 0.17 | 0.00 | 156.84 | 0.98 | 0.77 |
| Hex | 8C | FE | D2 | 2D | 0 | 11 | 0 | 9D | 62 | 4D |
| Octal | 214 | 376 | 322 | 55 | 0 | 21 | 0 | 235 | 142 | 115 |
| Binary | 10001100 | 11111110 | 11010010 | 101101 | 0 | 10001 | 0 | 10011101 | 1100010 | 1001101 |
Color Harmonies of #8CFED2
Complementary color
Monochromatic Colors of #8CFED2
Black with #8CFED2
Text Example
Text Example
White with #8CFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFED2; }
p { color: rgb(140,254,210); }
H1.HeaderClassName
{
color: #8CFED2;
}
.AnyTagClassName
{
color: #8CFED2;
}
</style>
background-color css
<style>
a { background-color: #8CFED2; }
a { background-color: rgb(140,254,210); }
div.DivClassName
{
background-color: #8CFED2;
}
.BgClassName
{
background-color: #8CFED2;
}
</style>
border-color css
<style>
span { border-color: #8CFED2; }
span { border-color: rgb(140,254,210); }
td.TdClassName
{
border-color: #8CFED2;
}
.TagClassName
{
border-color: #8CFED2;
}
</style>