Shades of Aquamarine #85FFBC
Tints of Aquamarine #85FFBC
RGB
CMYK
RGB Variations
Color information
#85FFBC (or 0x85FFBC) is known color: Aquamarine. HEX triplet: 85, FF and BC. RGB value is (133,255,188). Sum of RGB (Red+Green+Blue) = 133+255+188=576 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.09% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFBC is #7A0043. Grayscale: #D3D3D3. Windows color (decimal): -7995460 or 12386181. OLE color: 12386181.
HSL color Cylindrical-coordinate representation of color #85FFBC: hue angle of 147.05º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FFBC is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 188 | - |
| CMYK | 0.48 | 0 | 0.26 | 0 |
| HSL | 147.05º | 1% | 0.76% | - |
| HSV(B) | 147.05º | 0.48% | 1% | - |
| XYZ | 54.51 | 80.14 | 60.17 | - |
| YUV | 210.88 | 115.08 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 188 | 0.48 | 0 | 0.26 | 0 | 147.05 | 1 | 0.76 |
| Hex | 85 | FF | BC | 30 | 0 | 1A | 0 | 93 | 64 | 4C |
| Octal | 205 | 377 | 274 | 60 | 0 | 32 | 0 | 223 | 144 | 114 |
| Binary | 10000101 | 11111111 | 10111100 | 110000 | 0 | 11010 | 0 | 10010011 | 1100100 | 1001100 |
Color Harmonies of #85FFBC
Complementary color
Monochromatic Colors of #85FFBC
Black with #85FFBC
Text Example
Text Example
White with #85FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFBC; }
p { color: rgb(133,255,188); }
H1.HeaderClassName
{
color: #85FFBC;
}
.AnyTagClassName
{
color: #85FFBC;
}
</style>
background-color css
<style>
a { background-color: #85FFBC; }
a { background-color: rgb(133,255,188); }
div.DivClassName
{
background-color: #85FFBC;
}
.BgClassName
{
background-color: #85FFBC;
}
</style>
border-color css
<style>
span { border-color: #85FFBC; }
span { border-color: rgb(133,255,188); }
td.TdClassName
{
border-color: #85FFBC;
}
.TagClassName
{
border-color: #85FFBC;
}
</style>