Shades of Aquamarine #8CFBDB
Tints of Aquamarine #8CFBDB
RGB
CMYK
RGB Variations
Color information
#8CFBDB (or 0x8CFBDB) is known color: Aquamarine. HEX triplet: 8C, FB and DB. RGB value is (140,251,219). Sum of RGB (Red+Green+Blue) = 140+251+219=610 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.95% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFBDB is #730424. Grayscale: #D6D6D6. Windows color (decimal): -7537701 or 14416780. OLE color: 14416780.
HSL color Cylindrical-coordinate representation of color #8CFBDB: hue angle of 162.7º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFBDB is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 219 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.02 |
| HSL | 162.7º | 0.93% | 0.77% | - |
| HSV(B) | 162.7º | 0.44% | 0.98% | - |
| XYZ | 58.1 | 79.68 | 79.34 | - |
| YUV | 214.16 | 130.73 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 219 | 0.44 | 0 | 0.13 | 0.02 | 162.7 | 0.93 | 0.77 |
| Hex | 8C | FB | DB | 2C | 0 | D | 2 | A3 | 5D | 4D |
| Octal | 214 | 373 | 333 | 54 | 0 | 15 | 2 | 243 | 135 | 115 |
| Binary | 10001100 | 11111011 | 11011011 | 101100 | 0 | 1101 | 10 | 10100011 | 1011101 | 1001101 |
Color Harmonies of #8CFBDB
Complementary color
Monochromatic Colors of #8CFBDB
Black with #8CFBDB
Text Example
Text Example
White with #8CFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBDB; }
p { color: rgb(140,251,219); }
H1.HeaderClassName
{
color: #8CFBDB;
}
.AnyTagClassName
{
color: #8CFBDB;
}
</style>
background-color css
<style>
a { background-color: #8CFBDB; }
a { background-color: rgb(140,251,219); }
div.DivClassName
{
background-color: #8CFBDB;
}
.BgClassName
{
background-color: #8CFBDB;
}
</style>
border-color css
<style>
span { border-color: #8CFBDB; }
span { border-color: rgb(140,251,219); }
td.TdClassName
{
border-color: #8CFBDB;
}
.TagClassName
{
border-color: #8CFBDB;
}
</style>