Shades of Aquamarine #85F6BF
Tints of Aquamarine #85F6BF
RGB
CMYK
RGB Variations
Color information
#85F6BF (or 0x85F6BF) is known color: Aquamarine. HEX triplet: 85, F6 and BF. RGB value is (133,246,191). Sum of RGB (Red+Green+Blue) = 133+246+191=570 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.33% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #85F6BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F6BF is #7A0940. Grayscale: #CECECE. Windows color (decimal): -7997761 or 12580485. OLE color: 12580485.
HSL color Cylindrical-coordinate representation of color #85F6BF: hue angle of 150.8º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F6BF is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 246 | 191 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.04 |
| HSL | 150.8º | 0.86% | 0.74% | - |
| HSV(B) | 150.8º | 0.46% | 0.96% | - |
| XYZ | 52.03 | 74.66 | 60.96 | - |
| YUV | 205.94 | 119.56 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 246 | 191 | 0.46 | 0 | 0.22 | 0.04 | 150.8 | 0.86 | 0.74 |
| Hex | 85 | F6 | BF | 2E | 0 | 16 | 4 | 97 | 56 | 4A |
| Octal | 205 | 366 | 277 | 56 | 0 | 26 | 4 | 227 | 126 | 112 |
| Binary | 10000101 | 11110110 | 10111111 | 101110 | 0 | 10110 | 100 | 10010111 | 1010110 | 1001010 |
Color Harmonies of #85F6BF
Complementary color
Monochromatic Colors of #85F6BF
Black with #85F6BF
Text Example
Text Example
White with #85F6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F6BF; }
p { color: rgb(133,246,191); }
H1.HeaderClassName
{
color: #85F6BF;
}
.AnyTagClassName
{
color: #85F6BF;
}
</style>
background-color css
<style>
a { background-color: #85F6BF; }
a { background-color: rgb(133,246,191); }
div.DivClassName
{
background-color: #85F6BF;
}
.BgClassName
{
background-color: #85F6BF;
}
</style>
border-color css
<style>
span { border-color: #85F6BF; }
span { border-color: rgb(133,246,191); }
td.TdClassName
{
border-color: #85F6BF;
}
.TagClassName
{
border-color: #85F6BF;
}
</style>