Shades of Aquamarine #8AFACE
Tints of Aquamarine #8AFACE
RGB
CMYK
RGB Variations
Color information
#8AFACE (or 0x8AFACE) is known color: Aquamarine. HEX triplet: 8A, FA and CE. RGB value is (138,250,206). Sum of RGB (Red+Green+Blue) = 138+250+206=594 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.23% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFACE is #750531. Grayscale: #D3D3D3. Windows color (decimal): -7669042 or 13564554. OLE color: 13564554.
HSL color Cylindrical-coordinate representation of color #8AFACE: hue angle of 156.43º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFACE is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 250 | 206 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.02 |
| HSL | 156.43º | 0.92% | 0.76% | - |
| HSV(B) | 156.43º | 0.45% | 0.98% | - |
| XYZ | 55.81 | 78.23 | 70.55 | - |
| YUV | 211.5 | 124.89 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 250 | 206 | 0.45 | 0 | 0.18 | 0.02 | 156.43 | 0.92 | 0.76 |
| Hex | 8A | FA | CE | 2D | 0 | 12 | 2 | 9C | 5C | 4C |
| Octal | 212 | 372 | 316 | 55 | 0 | 22 | 2 | 234 | 134 | 114 |
| Binary | 10001010 | 11111010 | 11001110 | 101101 | 0 | 10010 | 10 | 10011100 | 1011100 | 1001100 |
Color Harmonies of #8AFACE
Complementary color
Monochromatic Colors of #8AFACE
Black with #8AFACE
Text Example
Text Example
White with #8AFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFACE; }
p { color: rgb(138,250,206); }
H1.HeaderClassName
{
color: #8AFACE;
}
.AnyTagClassName
{
color: #8AFACE;
}
</style>
background-color css
<style>
a { background-color: #8AFACE; }
a { background-color: rgb(138,250,206); }
div.DivClassName
{
background-color: #8AFACE;
}
.BgClassName
{
background-color: #8AFACE;
}
</style>
border-color css
<style>
span { border-color: #8AFACE; }
span { border-color: rgb(138,250,206); }
td.TdClassName
{
border-color: #8AFACE;
}
.TagClassName
{
border-color: #8AFACE;
}
</style>