Shades of Aquamarine #85F1BA
Tints of Aquamarine #85F1BA
RGB
CMYK
RGB Variations
Color information
#85F1BA (or 0x85F1BA) is known color: Aquamarine. HEX triplet: 85, F1 and BA. RGB value is (133,241,186). Sum of RGB (Red+Green+Blue) = 133+241+186=560 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.75% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #85F1BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F1BA is #7A0E45. Grayscale: #CACACA. Windows color (decimal): -7999046 or 12251525. OLE color: 12251525.
HSL color Cylindrical-coordinate representation of color #85F1BA: hue angle of 149.44º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F1BA is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 241 | 186 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.05 |
| HSL | 149.44º | 0.79% | 0.73% | - |
| HSV(B) | 149.44º | 0.45% | 0.95% | - |
| XYZ | 49.99 | 71.44 | 57.61 | - |
| YUV | 202.44 | 118.72 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 241 | 186 | 0.45 | 0 | 0.23 | 0.05 | 149.44 | 0.79 | 0.73 |
| Hex | 85 | F1 | BA | 2D | 0 | 17 | 5 | 95 | 4F | 49 |
| Octal | 205 | 361 | 272 | 55 | 0 | 27 | 5 | 225 | 117 | 111 |
| Binary | 10000101 | 11110001 | 10111010 | 101101 | 0 | 10111 | 101 | 10010101 | 1001111 | 1001001 |
Color Harmonies of #85F1BA
Complementary color
Monochromatic Colors of #85F1BA
Black with #85F1BA
Text Example
Text Example
White with #85F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F1BA; }
p { color: rgb(133,241,186); }
H1.HeaderClassName
{
color: #85F1BA;
}
.AnyTagClassName
{
color: #85F1BA;
}
</style>
background-color css
<style>
a { background-color: #85F1BA; }
a { background-color: rgb(133,241,186); }
div.DivClassName
{
background-color: #85F1BA;
}
.BgClassName
{
background-color: #85F1BA;
}
</style>
border-color css
<style>
span { border-color: #85F1BA; }
span { border-color: rgb(133,241,186); }
td.TdClassName
{
border-color: #85F1BA;
}
.TagClassName
{
border-color: #85F1BA;
}
</style>