Shades of Aquamarine #8CFEB6
Tints of Aquamarine #8CFEB6
RGB
CMYK
RGB Variations
Color information
#8CFEB6 (or 0x8CFEB6) is known color: Aquamarine. HEX triplet: 8C, FE and B6. RGB value is (140,254,182). Sum of RGB (Red+Green+Blue) = 140+254+182=576 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.31% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFEB6 is #730149. Grayscale: #D3D3D3. Windows color (decimal): -7536970 or 11992716. OLE color: 11992716.
HSL color Cylindrical-coordinate representation of color #8CFEB6: hue angle of 142.11º 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 #8CFEB6 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 182 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.00 |
| HSL | 142.11º | 0.98% | 0.77% | - |
| HSV(B) | 142.11º | 0.45% | 1% | - |
| XYZ | 54.7 | 79.84 | 56.78 | - |
| YUV | 211.71 | 111.23 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 182 | 0.45 | 0 | 0.28 | 0.00 | 142.11 | 0.98 | 0.77 |
| Hex | 8C | FE | B6 | 2D | 0 | 1C | 0 | 8E | 62 | 4D |
| Octal | 214 | 376 | 266 | 55 | 0 | 34 | 0 | 216 | 142 | 115 |
| Binary | 10001100 | 11111110 | 10110110 | 101101 | 0 | 11100 | 0 | 10001110 | 1100010 | 1001101 |
Color Harmonies of #8CFEB6
Complementary color
Monochromatic Colors of #8CFEB6
Black with #8CFEB6
Text Example
Text Example
White with #8CFEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFEB6; }
p { color: rgb(140,254,182); }
H1.HeaderClassName
{
color: #8CFEB6;
}
.AnyTagClassName
{
color: #8CFEB6;
}
</style>
background-color css
<style>
a { background-color: #8CFEB6; }
a { background-color: rgb(140,254,182); }
div.DivClassName
{
background-color: #8CFEB6;
}
.BgClassName
{
background-color: #8CFEB6;
}
</style>
border-color css
<style>
span { border-color: #8CFEB6; }
span { border-color: rgb(140,254,182); }
td.TdClassName
{
border-color: #8CFEB6;
}
.TagClassName
{
border-color: #8CFEB6;
}
</style>