Shades of Aquamarine #8CFADE
Tints of Aquamarine #8CFADE
RGB
CMYK
RGB Variations
Color information
#8CFADE (or 0x8CFADE) is known color: Aquamarine. HEX triplet: 8C, FA and DE. RGB value is (140,250,222). Sum of RGB (Red+Green+Blue) = 140+250+222=612 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.88% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFADE is #730521. Grayscale: #D5D5D5. Windows color (decimal): -7537954 or 14613132. OLE color: 14613132.
HSL color Cylindrical-coordinate representation of color #8CFADE: hue angle of 164.73º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFADE is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 222 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.02 |
| HSL | 164.73º | 0.92% | 0.76% | - |
| HSV(B) | 164.73º | 0.44% | 0.98% | - |
| XYZ | 58.19 | 79.22 | 81.33 | - |
| YUV | 213.92 | 132.56 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 222 | 0.44 | 0 | 0.11 | 0.02 | 164.73 | 0.92 | 0.76 |
| Hex | 8C | FA | DE | 2C | 0 | B | 2 | A5 | 5C | 4C |
| Octal | 214 | 372 | 336 | 54 | 0 | 13 | 2 | 245 | 134 | 114 |
| Binary | 10001100 | 11111010 | 11011110 | 101100 | 0 | 1011 | 10 | 10100101 | 1011100 | 1001100 |
Color Harmonies of #8CFADE
Complementary color
Monochromatic Colors of #8CFADE
Black with #8CFADE
Text Example
Text Example
White with #8CFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFADE; }
p { color: rgb(140,250,222); }
H1.HeaderClassName
{
color: #8CFADE;
}
.AnyTagClassName
{
color: #8CFADE;
}
</style>
background-color css
<style>
a { background-color: #8CFADE; }
a { background-color: rgb(140,250,222); }
div.DivClassName
{
background-color: #8CFADE;
}
.BgClassName
{
background-color: #8CFADE;
}
</style>
border-color css
<style>
span { border-color: #8CFADE; }
span { border-color: rgb(140,250,222); }
td.TdClassName
{
border-color: #8CFADE;
}
.TagClassName
{
border-color: #8CFADE;
}
</style>