Shades of Aquamarine #85FFBF
Tints of Aquamarine #85FFBF
RGB
CMYK
RGB Variations
Color information
#85FFBF (or 0x85FFBF) is known color: Aquamarine. HEX triplet: 85, FF and BF. RGB value is (133,255,191). Sum of RGB (Red+Green+Blue) = 133+255+191=579 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.97% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFBF is #7A0040. Grayscale: #D3D3D3. Windows color (decimal): -7995457 or 12582789. OLE color: 12582789.
HSL color Cylindrical-coordinate representation of color #85FFBF: hue angle of 148.52º 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 #85FFBF is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 191 | - |
| CMYK | 0.48 | 0 | 0.25 | 0 |
| HSL | 148.52º | 1% | 0.76% | - |
| HSV(B) | 148.52º | 0.48% | 1% | - |
| XYZ | 54.84 | 80.27 | 61.89 | - |
| YUV | 211.23 | 116.58 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 191 | 0.48 | 0 | 0.25 | 0 | 148.52 | 1 | 0.76 |
| Hex | 85 | FF | BF | 30 | 0 | 19 | 0 | 95 | 64 | 4C |
| Octal | 205 | 377 | 277 | 60 | 0 | 31 | 0 | 225 | 144 | 114 |
| Binary | 10000101 | 11111111 | 10111111 | 110000 | 0 | 11001 | 0 | 10010101 | 1100100 | 1001100 |
Color Harmonies of #85FFBF
Complementary color
Monochromatic Colors of #85FFBF
Black with #85FFBF
Text Example
Text Example
White with #85FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFBF; }
p { color: rgb(133,255,191); }
H1.HeaderClassName
{
color: #85FFBF;
}
.AnyTagClassName
{
color: #85FFBF;
}
</style>
background-color css
<style>
a { background-color: #85FFBF; }
a { background-color: rgb(133,255,191); }
div.DivClassName
{
background-color: #85FFBF;
}
.BgClassName
{
background-color: #85FFBF;
}
</style>
border-color css
<style>
span { border-color: #85FFBF; }
span { border-color: rgb(133,255,191); }
td.TdClassName
{
border-color: #85FFBF;
}
.TagClassName
{
border-color: #85FFBF;
}
</style>