Shades of Aquamarine #85F6D0
Tints of Aquamarine #85F6D0
RGB
CMYK
RGB Variations
Color information
#85F6D0 (or 0x85F6D0) is known color: Aquamarine. HEX triplet: 85, F6 and D0. RGB value is (133,246,208). Sum of RGB (Red+Green+Blue) = 133+246+208=587 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.66% from 587); Green value is 246 (96.48% from 255 or 41.91% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 246 - color contains mainly: green. Hex color #85F6D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F6D0 is #7A092F. Grayscale: #CFCFCF. Windows color (decimal): -7997744 or 13694597. OLE color: 13694597.
HSL color Cylindrical-coordinate representation of color #85F6D0: hue angle of 159.82º 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 #85F6D0 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 246 | 208 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.04 |
| HSL | 159.82º | 0.86% | 0.74% | - |
| HSV(B) | 159.82º | 0.46% | 0.96% | - |
| XYZ | 54.01 | 75.45 | 71.39 | - |
| YUV | 207.88 | 128.06 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 246 | 208 | 0.46 | 0 | 0.15 | 0.04 | 159.82 | 0.86 | 0.74 |
| Hex | 85 | F6 | D0 | 2E | 0 | F | 4 | A0 | 56 | 4A |
| Octal | 205 | 366 | 320 | 56 | 0 | 17 | 4 | 240 | 126 | 112 |
| Binary | 10000101 | 11110110 | 11010000 | 101110 | 0 | 1111 | 100 | 10100000 | 1010110 | 1001010 |
Color Harmonies of #85F6D0
Complementary color
Monochromatic Colors of #85F6D0
Black with #85F6D0
Text Example
Text Example
White with #85F6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F6D0; }
p { color: rgb(133,246,208); }
H1.HeaderClassName
{
color: #85F6D0;
}
.AnyTagClassName
{
color: #85F6D0;
}
</style>
background-color css
<style>
a { background-color: #85F6D0; }
a { background-color: rgb(133,246,208); }
div.DivClassName
{
background-color: #85F6D0;
}
.BgClassName
{
background-color: #85F6D0;
}
</style>
border-color css
<style>
span { border-color: #85F6D0; }
span { border-color: rgb(133,246,208); }
td.TdClassName
{
border-color: #85F6D0;
}
.TagClassName
{
border-color: #85F6D0;
}
</style>