Shades of Aquamarine #85FFBB
Tints of Aquamarine #85FFBB
RGB
CMYK
RGB Variations
Color information
#85FFBB (or 0x85FFBB) is known color: Aquamarine. HEX triplet: 85, FF and BB. RGB value is (133,255,187). Sum of RGB (Red+Green+Blue) = 133+255+187=575 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.13% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFBB is #7A0044. Grayscale: #D2D2D2. Windows color (decimal): -7995461 or 12320645. OLE color: 12320645.
HSL color Cylindrical-coordinate representation of color #85FFBB: hue angle of 146.56º 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 #85FFBB is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 187 | - |
| CMYK | 0.48 | 0 | 0.27 | 0 |
| HSL | 146.56º | 1% | 0.76% | - |
| HSV(B) | 146.56º | 0.48% | 1% | - |
| XYZ | 54.4 | 80.09 | 59.61 | - |
| YUV | 210.77 | 114.58 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 187 | 0.48 | 0 | 0.27 | 0 | 146.56 | 1 | 0.76 |
| Hex | 85 | FF | BB | 30 | 0 | 1B | 0 | 93 | 64 | 4C |
| Octal | 205 | 377 | 273 | 60 | 0 | 33 | 0 | 223 | 144 | 114 |
| Binary | 10000101 | 11111111 | 10111011 | 110000 | 0 | 11011 | 0 | 10010011 | 1100100 | 1001100 |
Color Harmonies of #85FFBB
Complementary color
Monochromatic Colors of #85FFBB
Black with #85FFBB
Text Example
Text Example
White with #85FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFBB; }
p { color: rgb(133,255,187); }
H1.HeaderClassName
{
color: #85FFBB;
}
.AnyTagClassName
{
color: #85FFBB;
}
</style>
background-color css
<style>
a { background-color: #85FFBB; }
a { background-color: rgb(133,255,187); }
div.DivClassName
{
background-color: #85FFBB;
}
.BgClassName
{
background-color: #85FFBB;
}
</style>
border-color css
<style>
span { border-color: #85FFBB; }
span { border-color: rgb(133,255,187); }
td.TdClassName
{
border-color: #85FFBB;
}
.TagClassName
{
border-color: #85FFBB;
}
</style>