Shades of Aquamarine #8AFEBC
Tints of Aquamarine #8AFEBC
RGB
CMYK
RGB Variations
Color information
#8AFEBC (or 0x8AFEBC) is known color: Aquamarine. HEX triplet: 8A, FE and BC. RGB value is (138,254,188). Sum of RGB (Red+Green+Blue) = 138+254+188=580 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.79% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFEBC is #750143. Grayscale: #D3D3D3. Windows color (decimal): -7668036 or 12385930. OLE color: 12385930.
HSL color Cylindrical-coordinate representation of color #8AFEBC: hue angle of 145.86º 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 #8AFEBC is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 188 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.00 |
| HSL | 145.86º | 0.98% | 0.77% | - |
| HSV(B) | 145.86º | 0.46% | 1% | - |
| XYZ | 55 | 79.92 | 60.1 | - |
| YUV | 211.79 | 114.57 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 188 | 0.46 | 0 | 0.26 | 0.00 | 145.86 | 0.98 | 0.77 |
| Hex | 8A | FE | BC | 2E | 0 | 1A | 0 | 92 | 62 | 4D |
| Octal | 212 | 376 | 274 | 56 | 0 | 32 | 0 | 222 | 142 | 115 |
| Binary | 10001010 | 11111110 | 10111100 | 101110 | 0 | 11010 | 0 | 10010010 | 1100010 | 1001101 |
Color Harmonies of #8AFEBC
Complementary color
Monochromatic Colors of #8AFEBC
Black with #8AFEBC
Text Example
Text Example
White with #8AFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFEBC; }
p { color: rgb(138,254,188); }
H1.HeaderClassName
{
color: #8AFEBC;
}
.AnyTagClassName
{
color: #8AFEBC;
}
</style>
background-color css
<style>
a { background-color: #8AFEBC; }
a { background-color: rgb(138,254,188); }
div.DivClassName
{
background-color: #8AFEBC;
}
.BgClassName
{
background-color: #8AFEBC;
}
</style>
border-color css
<style>
span { border-color: #8AFEBC; }
span { border-color: rgb(138,254,188); }
td.TdClassName
{
border-color: #8AFEBC;
}
.TagClassName
{
border-color: #8AFEBC;
}
</style>