Shades of Aquamarine #8AFDBC
Tints of Aquamarine #8AFDBC
RGB
CMYK
RGB Variations
Color information
#8AFDBC (or 0x8AFDBC) is known color: Aquamarine. HEX triplet: 8A, FD and BC. RGB value is (138,253,188). Sum of RGB (Red+Green+Blue) = 138+253+188=579 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.83% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFDBC is #750243. Grayscale: #D3D3D3. Windows color (decimal): -7668292 or 12385674. OLE color: 12385674.
HSL color Cylindrical-coordinate representation of color #8AFDBC: hue angle of 146.09º 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 #8AFDBC is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 253 | 188 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.01 |
| HSL | 146.09º | 0.97% | 0.77% | - |
| HSV(B) | 146.09º | 0.45% | 0.99% | - |
| XYZ | 54.68 | 79.28 | 60 | - |
| YUV | 211.21 | 114.9 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 253 | 188 | 0.45 | 0 | 0.26 | 0.01 | 146.09 | 0.97 | 0.77 |
| Hex | 8A | FD | BC | 2D | 0 | 1A | 1 | 92 | 61 | 4D |
| Octal | 212 | 375 | 274 | 55 | 0 | 32 | 1 | 222 | 141 | 115 |
| Binary | 10001010 | 11111101 | 10111100 | 101101 | 0 | 11010 | 1 | 10010010 | 1100001 | 1001101 |
Color Harmonies of #8AFDBC
Complementary color
Monochromatic Colors of #8AFDBC
Black with #8AFDBC
Text Example
Text Example
White with #8AFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFDBC; }
p { color: rgb(138,253,188); }
H1.HeaderClassName
{
color: #8AFDBC;
}
.AnyTagClassName
{
color: #8AFDBC;
}
</style>
background-color css
<style>
a { background-color: #8AFDBC; }
a { background-color: rgb(138,253,188); }
div.DivClassName
{
background-color: #8AFDBC;
}
.BgClassName
{
background-color: #8AFDBC;
}
</style>
border-color css
<style>
span { border-color: #8AFDBC; }
span { border-color: rgb(138,253,188); }
td.TdClassName
{
border-color: #8AFDBC;
}
.TagClassName
{
border-color: #8AFDBC;
}
</style>