Shades of Aquamarine #8DFACE
Tints of Aquamarine #8DFACE
RGB
CMYK
RGB Variations
Color information
#8DFACE (or 0x8DFACE) is known color: Aquamarine. HEX triplet: 8D, FA and CE. RGB value is (141,250,206). Sum of RGB (Red+Green+Blue) = 141+250+206=597 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.62% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFACE is #720531. Grayscale: #D4D4D4. Windows color (decimal): -7472434 or 13564557. OLE color: 13564557.
HSL color Cylindrical-coordinate representation of color #8DFACE: hue angle of 155.78º degrees, saturation: 0.92, 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 #8DFACE is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 250 | 206 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.02 |
| HSL | 155.78º | 0.92% | 0.77% | - |
| HSV(B) | 155.78º | 0.44% | 0.98% | - |
| XYZ | 56.31 | 78.49 | 70.57 | - |
| YUV | 212.39 | 124.39 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 250 | 206 | 0.44 | 0 | 0.18 | 0.02 | 155.78 | 0.92 | 0.77 |
| Hex | 8D | FA | CE | 2C | 0 | 12 | 2 | 9C | 5C | 4D |
| Octal | 215 | 372 | 316 | 54 | 0 | 22 | 2 | 234 | 134 | 115 |
| Binary | 10001101 | 11111010 | 11001110 | 101100 | 0 | 10010 | 10 | 10011100 | 1011100 | 1001101 |
Color Harmonies of #8DFACE
Complementary color
Monochromatic Colors of #8DFACE
Black with #8DFACE
Text Example
Text Example
White with #8DFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFACE; }
p { color: rgb(141,250,206); }
H1.HeaderClassName
{
color: #8DFACE;
}
.AnyTagClassName
{
color: #8DFACE;
}
</style>
background-color css
<style>
a { background-color: #8DFACE; }
a { background-color: rgb(141,250,206); }
div.DivClassName
{
background-color: #8DFACE;
}
.BgClassName
{
background-color: #8DFACE;
}
</style>
border-color css
<style>
span { border-color: #8DFACE; }
span { border-color: rgb(141,250,206); }
td.TdClassName
{
border-color: #8DFACE;
}
.TagClassName
{
border-color: #8DFACE;
}
</style>