Shades of Aquamarine #85F0BF
Tints of Aquamarine #85F0BF
RGB
CMYK
RGB Variations
Color information
#85F0BF (or 0x85F0BF) is known color: Aquamarine. HEX triplet: 85, F0 and BF. RGB value is (133,240,191). Sum of RGB (Red+Green+Blue) = 133+240+191=564 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.58% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #85F0BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F0BF is #7A0F40. Grayscale: #CACACA. Windows color (decimal): -7999297 or 12578949. OLE color: 12578949.
HSL color Cylindrical-coordinate representation of color #85F0BF: hue angle of 152.52º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F0BF is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 240 | 191 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.06 |
| HSL | 152.52º | 0.78% | 0.73% | - |
| HSV(B) | 152.52º | 0.45% | 0.94% | - |
| XYZ | 50.24 | 71.07 | 60.36 | - |
| YUV | 202.42 | 121.55 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 240 | 191 | 0.45 | 0 | 0.20 | 0.06 | 152.52 | 0.78 | 0.73 |
| Hex | 85 | F0 | BF | 2D | 0 | 14 | 6 | 99 | 4E | 49 |
| Octal | 205 | 360 | 277 | 55 | 0 | 24 | 6 | 231 | 116 | 111 |
| Binary | 10000101 | 11110000 | 10111111 | 101101 | 0 | 10100 | 110 | 10011001 | 1001110 | 1001001 |
Color Harmonies of #85F0BF
Complementary color
Monochromatic Colors of #85F0BF
Black with #85F0BF
Text Example
Text Example
White with #85F0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F0BF; }
p { color: rgb(133,240,191); }
H1.HeaderClassName
{
color: #85F0BF;
}
.AnyTagClassName
{
color: #85F0BF;
}
</style>
background-color css
<style>
a { background-color: #85F0BF; }
a { background-color: rgb(133,240,191); }
div.DivClassName
{
background-color: #85F0BF;
}
.BgClassName
{
background-color: #85F0BF;
}
</style>
border-color css
<style>
span { border-color: #85F0BF; }
span { border-color: rgb(133,240,191); }
td.TdClassName
{
border-color: #85F0BF;
}
.TagClassName
{
border-color: #85F0BF;
}
</style>