Shades of Aquamarine #8BFCDC
Tints of Aquamarine #8BFCDC
RGB
CMYK
RGB Variations
Color information
#8BFCDC (or 0x8BFCDC) is known color: Aquamarine. HEX triplet: 8B, FC and DC. RGB value is (139,252,220). Sum of RGB (Red+Green+Blue) = 139+252+220=611 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.75% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFCDC is #740323. Grayscale: #D6D6D6. Windows color (decimal): -7602980 or 14482571. OLE color: 14482571.
HSL color Cylindrical-coordinate representation of color #8BFCDC: hue angle of 163.01º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFCDC is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 252 | 220 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.01 |
| HSL | 163.01º | 0.95% | 0.77% | - |
| HSV(B) | 163.01º | 0.45% | 0.99% | - |
| XYZ | 58.38 | 80.28 | 80.13 | - |
| YUV | 214.57 | 131.06 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 252 | 220 | 0.45 | 0 | 0.13 | 0.01 | 163.01 | 0.95 | 0.77 |
| Hex | 8B | FC | DC | 2D | 0 | D | 1 | A3 | 5F | 4D |
| Octal | 213 | 374 | 334 | 55 | 0 | 15 | 1 | 243 | 137 | 115 |
| Binary | 10001011 | 11111100 | 11011100 | 101101 | 0 | 1101 | 1 | 10100011 | 1011111 | 1001101 |
Color Harmonies of #8BFCDC
Complementary color
Monochromatic Colors of #8BFCDC
Black with #8BFCDC
Text Example
Text Example
White with #8BFCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFCDC; }
p { color: rgb(139,252,220); }
H1.HeaderClassName
{
color: #8BFCDC;
}
.AnyTagClassName
{
color: #8BFCDC;
}
</style>
background-color css
<style>
a { background-color: #8BFCDC; }
a { background-color: rgb(139,252,220); }
div.DivClassName
{
background-color: #8BFCDC;
}
.BgClassName
{
background-color: #8BFCDC;
}
</style>
border-color css
<style>
span { border-color: #8BFCDC; }
span { border-color: rgb(139,252,220); }
td.TdClassName
{
border-color: #8BFCDC;
}
.TagClassName
{
border-color: #8BFCDC;
}
</style>