Shades of Aquamarine #8AFDB9
Tints of Aquamarine #8AFDB9
RGB
CMYK
RGB Variations
Color information
#8AFDB9 (or 0x8AFDB9) is known color: Aquamarine. HEX triplet: 8A, FD and B9. RGB value is (138,253,185). Sum of RGB (Red+Green+Blue) = 138+253+185=576 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.96% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFDB9 is #750246. Grayscale: #D3D3D3. Windows color (decimal): -7668295 or 12189066. OLE color: 12189066.
HSL color Cylindrical-coordinate representation of color #8AFDB9: hue angle of 144.52º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFDB9 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 253 | 185 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.01 |
| HSL | 144.52º | 0.97% | 0.77% | - |
| HSV(B) | 144.52º | 0.45% | 0.99% | - |
| XYZ | 54.36 | 79.16 | 58.31 | - |
| YUV | 210.86 | 113.4 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 253 | 185 | 0.45 | 0 | 0.27 | 0.01 | 144.52 | 0.97 | 0.77 |
| Hex | 8A | FD | B9 | 2D | 0 | 1B | 1 | 91 | 61 | 4D |
| Octal | 212 | 375 | 271 | 55 | 0 | 33 | 1 | 221 | 141 | 115 |
| Binary | 10001010 | 11111101 | 10111001 | 101101 | 0 | 11011 | 1 | 10010001 | 1100001 | 1001101 |
Color Harmonies of #8AFDB9
Complementary color
Monochromatic Colors of #8AFDB9
Black with #8AFDB9
Text Example
Text Example
White with #8AFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFDB9; }
p { color: rgb(138,253,185); }
H1.HeaderClassName
{
color: #8AFDB9;
}
.AnyTagClassName
{
color: #8AFDB9;
}
</style>
background-color css
<style>
a { background-color: #8AFDB9; }
a { background-color: rgb(138,253,185); }
div.DivClassName
{
background-color: #8AFDB9;
}
.BgClassName
{
background-color: #8AFDB9;
}
</style>
border-color css
<style>
span { border-color: #8AFDB9; }
span { border-color: rgb(138,253,185); }
td.TdClassName
{
border-color: #8AFDB9;
}
.TagClassName
{
border-color: #8AFDB9;
}
</style>