Shades of Aquamarine #8AFFBC
Tints of Aquamarine #8AFFBC
RGB
CMYK
RGB Variations
Color information
#8AFFBC (or 0x8AFFBC) is known color: Aquamarine. HEX triplet: 8A, FF and BC. RGB value is (138,255,188). Sum of RGB (Red+Green+Blue) = 138+255+188=581 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.75% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFFBC is #750043. Grayscale: #D4D4D4. Windows color (decimal): -7667780 or 12386186. OLE color: 12386186.
HSL color Cylindrical-coordinate representation of color #8AFFBC: hue angle of 145.64º 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 #8AFFBC is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 188 | - |
| CMYK | 0.46 | 0 | 0.26 | 0 |
| HSL | 145.64º | 1% | 0.77% | - |
| HSV(B) | 145.64º | 0.46% | 1% | - |
| XYZ | 55.32 | 80.55 | 60.21 | - |
| YUV | 212.38 | 114.24 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 188 | 0.46 | 0 | 0.26 | 0 | 145.64 | 1 | 0.77 |
| Hex | 8A | FF | BC | 2E | 0 | 1A | 0 | 92 | 64 | 4D |
| Octal | 212 | 377 | 274 | 56 | 0 | 32 | 0 | 222 | 144 | 115 |
| Binary | 10001010 | 11111111 | 10111100 | 101110 | 0 | 11010 | 0 | 10010010 | 1100100 | 1001101 |
Color Harmonies of #8AFFBC
Complementary color
Monochromatic Colors of #8AFFBC
Black with #8AFFBC
Text Example
Text Example
White with #8AFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFFBC; }
p { color: rgb(138,255,188); }
H1.HeaderClassName
{
color: #8AFFBC;
}
.AnyTagClassName
{
color: #8AFFBC;
}
</style>
background-color css
<style>
a { background-color: #8AFFBC; }
a { background-color: rgb(138,255,188); }
div.DivClassName
{
background-color: #8AFFBC;
}
.BgClassName
{
background-color: #8AFFBC;
}
</style>
border-color css
<style>
span { border-color: #8AFFBC; }
span { border-color: rgb(138,255,188); }
td.TdClassName
{
border-color: #8AFFBC;
}
.TagClassName
{
border-color: #8AFFBC;
}
</style>