Shades of Aquamarine #8AFFCE
Tints of Aquamarine #8AFFCE
RGB
CMYK
RGB Variations
Color information
#8AFFCE (or 0x8AFFCE) is known color: Aquamarine. HEX triplet: 8A, FF and CE. RGB value is (138,255,206). Sum of RGB (Red+Green+Blue) = 138+255+206=599 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.04% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFFCE is #750031. Grayscale: #D6D6D6. Windows color (decimal): -7667762 or 13565834. OLE color: 13565834.
HSL color Cylindrical-coordinate representation of color #8AFFCE: hue angle of 154.87º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFFCE is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 206 | - |
| CMYK | 0.46 | 0 | 0.19 | 0 |
| HSL | 154.87º | 1% | 0.77% | - |
| HSV(B) | 154.87º | 0.46% | 1% | - |
| XYZ | 57.38 | 81.38 | 71.08 | - |
| YUV | 214.43 | 123.24 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 206 | 0.46 | 0 | 0.19 | 0 | 154.87 | 1 | 0.77 |
| Hex | 8A | FF | CE | 2E | 0 | 13 | 0 | 9B | 64 | 4D |
| Octal | 212 | 377 | 316 | 56 | 0 | 23 | 0 | 233 | 144 | 115 |
| Binary | 10001010 | 11111111 | 11001110 | 101110 | 0 | 10011 | 0 | 10011011 | 1100100 | 1001101 |
Color Harmonies of #8AFFCE
Complementary color
Monochromatic Colors of #8AFFCE
Black with #8AFFCE
Text Example
Text Example
White with #8AFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFFCE; }
p { color: rgb(138,255,206); }
H1.HeaderClassName
{
color: #8AFFCE;
}
.AnyTagClassName
{
color: #8AFFCE;
}
</style>
background-color css
<style>
a { background-color: #8AFFCE; }
a { background-color: rgb(138,255,206); }
div.DivClassName
{
background-color: #8AFFCE;
}
.BgClassName
{
background-color: #8AFFCE;
}
</style>
border-color css
<style>
span { border-color: #8AFFCE; }
span { border-color: rgb(138,255,206); }
td.TdClassName
{
border-color: #8AFFCE;
}
.TagClassName
{
border-color: #8AFFCE;
}
</style>