Shades of Aquamarine #8AFEBB
Tints of Aquamarine #8AFEBB
RGB
CMYK
RGB Variations
Color information
#8AFEBB (or 0x8AFEBB) is known color: Aquamarine. HEX triplet: 8A, FE and BB. RGB value is (138,254,187). Sum of RGB (Red+Green+Blue) = 138+254+187=579 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.83% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFEBB is #750144. Grayscale: #D3D3D3. Windows color (decimal): -7668037 or 12320394. OLE color: 12320394.
HSL color Cylindrical-coordinate representation of color #8AFEBB: hue angle of 145.34º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFEBB is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 187 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.00 |
| HSL | 145.34º | 0.98% | 0.77% | - |
| HSV(B) | 145.34º | 0.46% | 1% | - |
| XYZ | 54.89 | 79.87 | 59.54 | - |
| YUV | 211.68 | 114.07 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 187 | 0.46 | 0 | 0.26 | 0.00 | 145.34 | 0.98 | 0.77 |
| Hex | 8A | FE | BB | 2E | 0 | 1A | 0 | 91 | 62 | 4D |
| Octal | 212 | 376 | 273 | 56 | 0 | 32 | 0 | 221 | 142 | 115 |
| Binary | 10001010 | 11111110 | 10111011 | 101110 | 0 | 11010 | 0 | 10010001 | 1100010 | 1001101 |
Color Harmonies of #8AFEBB
Complementary color
Monochromatic Colors of #8AFEBB
Black with #8AFEBB
Text Example
Text Example
White with #8AFEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFEBB; }
p { color: rgb(138,254,187); }
H1.HeaderClassName
{
color: #8AFEBB;
}
.AnyTagClassName
{
color: #8AFEBB;
}
</style>
background-color css
<style>
a { background-color: #8AFEBB; }
a { background-color: rgb(138,254,187); }
div.DivClassName
{
background-color: #8AFEBB;
}
.BgClassName
{
background-color: #8AFEBB;
}
</style>
border-color css
<style>
span { border-color: #8AFEBB; }
span { border-color: rgb(138,254,187); }
td.TdClassName
{
border-color: #8AFEBB;
}
.TagClassName
{
border-color: #8AFEBB;
}
</style>