Shades of Aquamarine #8BFBBC
Tints of Aquamarine #8BFBBC
RGB
CMYK
RGB Variations
Color information
#8BFBBC (or 0x8BFBBC) is known color: Aquamarine. HEX triplet: 8B, FB and BC. RGB value is (139,251,188). Sum of RGB (Red+Green+Blue) = 139+251+188=578 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.05% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #8BFBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFBBC is #740443. Grayscale: #D2D2D2. Windows color (decimal): -7603268 or 12385163. OLE color: 12385163.
HSL color Cylindrical-coordinate representation of color #8BFBBC: hue angle of 146.25º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFBBC is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 251 | 188 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.02 |
| HSL | 146.25º | 0.93% | 0.76% | - |
| HSV(B) | 146.25º | 0.45% | 0.98% | - |
| XYZ | 54.22 | 78.11 | 59.8 | - |
| YUV | 210.33 | 115.39 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 251 | 188 | 0.45 | 0 | 0.25 | 0.02 | 146.25 | 0.93 | 0.76 |
| Hex | 8B | FB | BC | 2D | 0 | 19 | 2 | 92 | 5D | 4C |
| Octal | 213 | 373 | 274 | 55 | 0 | 31 | 2 | 222 | 135 | 114 |
| Binary | 10001011 | 11111011 | 10111100 | 101101 | 0 | 11001 | 10 | 10010010 | 1011101 | 1001100 |
Color Harmonies of #8BFBBC
Complementary color
Monochromatic Colors of #8BFBBC
Black with #8BFBBC
Text Example
Text Example
White with #8BFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFBBC; }
p { color: rgb(139,251,188); }
H1.HeaderClassName
{
color: #8BFBBC;
}
.AnyTagClassName
{
color: #8BFBBC;
}
</style>
background-color css
<style>
a { background-color: #8BFBBC; }
a { background-color: rgb(139,251,188); }
div.DivClassName
{
background-color: #8BFBBC;
}
.BgClassName
{
background-color: #8BFBBC;
}
</style>
border-color css
<style>
span { border-color: #8BFBBC; }
span { border-color: rgb(139,251,188); }
td.TdClassName
{
border-color: #8BFBBC;
}
.TagClassName
{
border-color: #8BFBBC;
}
</style>