Shades of Aquamarine #8CFCB6
Tints of Aquamarine #8CFCB6
RGB
CMYK
RGB Variations
Color information
#8CFCB6 (or 0x8CFCB6) is known color: Aquamarine. HEX triplet: 8C, FC and B6. RGB value is (140,252,182). Sum of RGB (Red+Green+Blue) = 140+252+182=574 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.39% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFCB6 is #730349. Grayscale: #D2D2D2. Windows color (decimal): -7537482 or 11992204. OLE color: 11992204.
HSL color Cylindrical-coordinate representation of color #8CFCB6: hue angle of 142.5º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFCB6 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 182 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.01 |
| HSL | 142.5º | 0.95% | 0.77% | - |
| HSV(B) | 142.5º | 0.44% | 0.99% | - |
| XYZ | 54.07 | 78.57 | 56.57 | - |
| YUV | 210.53 | 111.89 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 182 | 0.44 | 0 | 0.28 | 0.01 | 142.5 | 0.95 | 0.77 |
| Hex | 8C | FC | B6 | 2C | 0 | 1C | 1 | 8E | 5F | 4D |
| Octal | 214 | 374 | 266 | 54 | 0 | 34 | 1 | 216 | 137 | 115 |
| Binary | 10001100 | 11111100 | 10110110 | 101100 | 0 | 11100 | 1 | 10001110 | 1011111 | 1001101 |
Color Harmonies of #8CFCB6
Complementary color
Monochromatic Colors of #8CFCB6
Black with #8CFCB6
Text Example
Text Example
White with #8CFCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFCB6; }
p { color: rgb(140,252,182); }
H1.HeaderClassName
{
color: #8CFCB6;
}
.AnyTagClassName
{
color: #8CFCB6;
}
</style>
background-color css
<style>
a { background-color: #8CFCB6; }
a { background-color: rgb(140,252,182); }
div.DivClassName
{
background-color: #8CFCB6;
}
.BgClassName
{
background-color: #8CFCB6;
}
</style>
border-color css
<style>
span { border-color: #8CFCB6; }
span { border-color: rgb(140,252,182); }
td.TdClassName
{
border-color: #8CFCB6;
}
.TagClassName
{
border-color: #8CFCB6;
}
</style>