Shades of Aquamarine #8BFABC
Tints of Aquamarine #8BFABC
RGB
CMYK
RGB Variations
Color information
#8BFABC (or 0x8BFABC) is known color: Aquamarine. HEX triplet: 8B, FA and BC. RGB value is (139,250,188). Sum of RGB (Red+Green+Blue) = 139+250+188=577 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.09% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFABC is #740543. Grayscale: #D1D1D1. Windows color (decimal): -7603524 or 12384907. OLE color: 12384907.
HSL color Cylindrical-coordinate representation of color #8BFABC: hue angle of 146.49º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BFABC is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 250 | 188 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.02 |
| HSL | 146.49º | 0.92% | 0.76% | - |
| HSV(B) | 146.49º | 0.44% | 0.98% | - |
| XYZ | 53.91 | 77.49 | 59.69 | - |
| YUV | 209.74 | 115.73 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 188 | 0.44 | 0 | 0.25 | 0.02 | 146.49 | 0.92 | 0.76 |
| Hex | 8B | FA | BC | 2C | 0 | 19 | 2 | 92 | 5C | 4C |
| Octal | 213 | 372 | 274 | 54 | 0 | 31 | 2 | 222 | 134 | 114 |
| Binary | 10001011 | 11111010 | 10111100 | 101100 | 0 | 11001 | 10 | 10010010 | 1011100 | 1001100 |
Color Harmonies of #8BFABC
Complementary color
Monochromatic Colors of #8BFABC
Black with #8BFABC
Text Example
Text Example
White with #8BFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFABC; }
p { color: rgb(139,250,188); }
H1.HeaderClassName
{
color: #8BFABC;
}
.AnyTagClassName
{
color: #8BFABC;
}
</style>
background-color css
<style>
a { background-color: #8BFABC; }
a { background-color: rgb(139,250,188); }
div.DivClassName
{
background-color: #8BFABC;
}
.BgClassName
{
background-color: #8BFABC;
}
</style>
border-color css
<style>
span { border-color: #8BFABC; }
span { border-color: rgb(139,250,188); }
td.TdClassName
{
border-color: #8BFABC;
}
.TagClassName
{
border-color: #8BFABC;
}
</style>