Shades of Aquamarine #8AFFC5
Tints of Aquamarine #8AFFC5
RGB
CMYK
RGB Variations
Color information
#8AFFC5 (or 0x8AFFC5) is known color: Aquamarine. HEX triplet: 8A, FF and C5. RGB value is (138,255,197). Sum of RGB (Red+Green+Blue) = 138+255+197=590 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.39% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFFC5 is #75003A. Grayscale: #D5D5D5. Windows color (decimal): -7667771 or 12976010. OLE color: 12976010.
HSL color Cylindrical-coordinate representation of color #8AFFC5: hue angle of 150.26º 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 #8AFFC5 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 197 | - |
| CMYK | 0.46 | 0 | 0.23 | 0 |
| HSL | 150.26º | 1% | 0.77% | - |
| HSV(B) | 150.26º | 0.46% | 1% | - |
| XYZ | 56.32 | 80.95 | 65.48 | - |
| YUV | 213.41 | 118.74 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 197 | 0.46 | 0 | 0.23 | 0 | 150.26 | 1 | 0.77 |
| Hex | 8A | FF | C5 | 2E | 0 | 17 | 0 | 96 | 64 | 4D |
| Octal | 212 | 377 | 305 | 56 | 0 | 27 | 0 | 226 | 144 | 115 |
| Binary | 10001010 | 11111111 | 11000101 | 101110 | 0 | 10111 | 0 | 10010110 | 1100100 | 1001101 |
Color Harmonies of #8AFFC5
Complementary color
Monochromatic Colors of #8AFFC5
Black with #8AFFC5
Text Example
Text Example
White with #8AFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFFC5; }
p { color: rgb(138,255,197); }
H1.HeaderClassName
{
color: #8AFFC5;
}
.AnyTagClassName
{
color: #8AFFC5;
}
</style>
background-color css
<style>
a { background-color: #8AFFC5; }
a { background-color: rgb(138,255,197); }
div.DivClassName
{
background-color: #8AFFC5;
}
.BgClassName
{
background-color: #8AFFC5;
}
</style>
border-color css
<style>
span { border-color: #8AFFC5; }
span { border-color: rgb(138,255,197); }
td.TdClassName
{
border-color: #8AFFC5;
}
.TagClassName
{
border-color: #8AFFC5;
}
</style>