Shades of Aquamarine #85FFBA
Tints of Aquamarine #85FFBA
RGB
CMYK
RGB Variations
Color information
#85FFBA (or 0x85FFBA) is known color: Aquamarine. HEX triplet: 85, FF and BA. RGB value is (133,255,186). Sum of RGB (Red+Green+Blue) = 133+255+186=574 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.17% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFBA is #7A0045. Grayscale: #D2D2D2. Windows color (decimal): -7995462 or 12255109. OLE color: 12255109.
HSL color Cylindrical-coordinate representation of color #85FFBA: hue angle of 146.07º 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 #85FFBA is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 186 | - |
| CMYK | 0.48 | 0 | 0.27 | 0 |
| HSL | 146.07º | 1% | 0.76% | - |
| HSV(B) | 146.07º | 0.48% | 1% | - |
| XYZ | 54.3 | 80.05 | 59.04 | - |
| YUV | 210.66 | 114.08 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 186 | 0.48 | 0 | 0.27 | 0 | 146.07 | 1 | 0.76 |
| Hex | 85 | FF | BA | 30 | 0 | 1B | 0 | 92 | 64 | 4C |
| Octal | 205 | 377 | 272 | 60 | 0 | 33 | 0 | 222 | 144 | 114 |
| Binary | 10000101 | 11111111 | 10111010 | 110000 | 0 | 11011 | 0 | 10010010 | 1100100 | 1001100 |
Color Harmonies of #85FFBA
Complementary color
Monochromatic Colors of #85FFBA
Black with #85FFBA
Text Example
Text Example
White with #85FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFBA; }
p { color: rgb(133,255,186); }
H1.HeaderClassName
{
color: #85FFBA;
}
.AnyTagClassName
{
color: #85FFBA;
}
</style>
background-color css
<style>
a { background-color: #85FFBA; }
a { background-color: rgb(133,255,186); }
div.DivClassName
{
background-color: #85FFBA;
}
.BgClassName
{
background-color: #85FFBA;
}
</style>
border-color css
<style>
span { border-color: #85FFBA; }
span { border-color: rgb(133,255,186); }
td.TdClassName
{
border-color: #85FFBA;
}
.TagClassName
{
border-color: #85FFBA;
}
</style>