Shades of Aquamarine #8AFFC9
Tints of Aquamarine #8AFFC9
RGB
CMYK
RGB Variations
Color information
#8AFFC9 (or 0x8AFFC9) is known color: Aquamarine. HEX triplet: 8A, FF and C9. RGB value is (138,255,201). Sum of RGB (Red+Green+Blue) = 138+255+201=594 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.23% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFFC9 is #750036. Grayscale: #D5D5D5. Windows color (decimal): -7667767 or 13238154. OLE color: 13238154.
HSL color Cylindrical-coordinate representation of color #8AFFC9: hue angle of 152.31º 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 #8AFFC9 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 201 | - |
| CMYK | 0.46 | 0 | 0.21 | 0 |
| HSL | 152.31º | 1% | 0.77% | - |
| HSV(B) | 152.31º | 0.46% | 1% | - |
| XYZ | 56.78 | 81.14 | 67.93 | - |
| YUV | 213.86 | 120.74 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 201 | 0.46 | 0 | 0.21 | 0 | 152.31 | 1 | 0.77 |
| Hex | 8A | FF | C9 | 2E | 0 | 15 | 0 | 98 | 64 | 4D |
| Octal | 212 | 377 | 311 | 56 | 0 | 25 | 0 | 230 | 144 | 115 |
| Binary | 10001010 | 11111111 | 11001001 | 101110 | 0 | 10101 | 0 | 10011000 | 1100100 | 1001101 |
Color Harmonies of #8AFFC9
Complementary color
Monochromatic Colors of #8AFFC9
Black with #8AFFC9
Text Example
Text Example
White with #8AFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFFC9; }
p { color: rgb(138,255,201); }
H1.HeaderClassName
{
color: #8AFFC9;
}
.AnyTagClassName
{
color: #8AFFC9;
}
</style>
background-color css
<style>
a { background-color: #8AFFC9; }
a { background-color: rgb(138,255,201); }
div.DivClassName
{
background-color: #8AFFC9;
}
.BgClassName
{
background-color: #8AFFC9;
}
</style>
border-color css
<style>
span { border-color: #8AFFC9; }
span { border-color: rgb(138,255,201); }
td.TdClassName
{
border-color: #8AFFC9;
}
.TagClassName
{
border-color: #8AFFC9;
}
</style>