Shades of Aquamarine #8AFABD
Tints of Aquamarine #8AFABD
RGB
CMYK
RGB Variations
Color information
#8AFABD (or 0x8AFABD) is known color: Aquamarine. HEX triplet: 8A, FA and BD. RGB value is (138,250,189). Sum of RGB (Red+Green+Blue) = 138+250+189=577 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.92% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFABD is #750542. Grayscale: #D1D1D1. Windows color (decimal): -7669059 or 12450442. OLE color: 12450442.
HSL color Cylindrical-coordinate representation of color #8AFABD: hue angle of 147.32º 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 #8AFABD is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 250 | 189 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.02 |
| HSL | 147.32º | 0.92% | 0.76% | - |
| HSV(B) | 147.32º | 0.45% | 0.98% | - |
| XYZ | 53.85 | 77.45 | 60.25 | - |
| YUV | 209.56 | 116.39 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 250 | 189 | 0.45 | 0 | 0.24 | 0.02 | 147.32 | 0.92 | 0.76 |
| Hex | 8A | FA | BD | 2D | 0 | 18 | 2 | 93 | 5C | 4C |
| Octal | 212 | 372 | 275 | 55 | 0 | 30 | 2 | 223 | 134 | 114 |
| Binary | 10001010 | 11111010 | 10111101 | 101101 | 0 | 11000 | 10 | 10010011 | 1011100 | 1001100 |
Color Harmonies of #8AFABD
Complementary color
Monochromatic Colors of #8AFABD
Black with #8AFABD
Text Example
Text Example
White with #8AFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFABD; }
p { color: rgb(138,250,189); }
H1.HeaderClassName
{
color: #8AFABD;
}
.AnyTagClassName
{
color: #8AFABD;
}
</style>
background-color css
<style>
a { background-color: #8AFABD; }
a { background-color: rgb(138,250,189); }
div.DivClassName
{
background-color: #8AFABD;
}
.BgClassName
{
background-color: #8AFABD;
}
</style>
border-color css
<style>
span { border-color: #8AFABD; }
span { border-color: rgb(138,250,189); }
td.TdClassName
{
border-color: #8AFABD;
}
.TagClassName
{
border-color: #8AFABD;
}
</style>