Shades of Aquamarine #8AFDBD
Tints of Aquamarine #8AFDBD
RGB
CMYK
RGB Variations
Color information
#8AFDBD (or 0x8AFDBD) is known color: Aquamarine. HEX triplet: 8A, FD and BD. RGB value is (138,253,189). Sum of RGB (Red+Green+Blue) = 138+253+189=580 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.79% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFDBD is #750242. Grayscale: #D3D3D3. Windows color (decimal): -7668291 or 12451210. OLE color: 12451210.
HSL color Cylindrical-coordinate representation of color #8AFDBD: hue angle of 146.61º 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 #8AFDBD is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 253 | 189 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.01 |
| HSL | 146.61º | 0.97% | 0.77% | - |
| HSV(B) | 146.61º | 0.45% | 0.99% | - |
| XYZ | 54.79 | 79.33 | 60.57 | - |
| YUV | 211.32 | 115.4 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 253 | 189 | 0.45 | 0 | 0.25 | 0.01 | 146.61 | 0.97 | 0.77 |
| Hex | 8A | FD | BD | 2D | 0 | 19 | 1 | 93 | 61 | 4D |
| Octal | 212 | 375 | 275 | 55 | 0 | 31 | 1 | 223 | 141 | 115 |
| Binary | 10001010 | 11111101 | 10111101 | 101101 | 0 | 11001 | 1 | 10010011 | 1100001 | 1001101 |
Color Harmonies of #8AFDBD
Complementary color
Monochromatic Colors of #8AFDBD
Black with #8AFDBD
Text Example
Text Example
White with #8AFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFDBD; }
p { color: rgb(138,253,189); }
H1.HeaderClassName
{
color: #8AFDBD;
}
.AnyTagClassName
{
color: #8AFDBD;
}
</style>
background-color css
<style>
a { background-color: #8AFDBD; }
a { background-color: rgb(138,253,189); }
div.DivClassName
{
background-color: #8AFDBD;
}
.BgClassName
{
background-color: #8AFDBD;
}
</style>
border-color css
<style>
span { border-color: #8AFDBD; }
span { border-color: rgb(138,253,189); }
td.TdClassName
{
border-color: #8AFDBD;
}
.TagClassName
{
border-color: #8AFDBD;
}
</style>