Shades of Aquamarine #85F6D8
Tints of Aquamarine #85F6D8
RGB
CMYK
RGB Variations
Color information
#85F6D8 (or 0x85F6D8) is known color: Aquamarine. HEX triplet: 85, F6 and D8. RGB value is (133,246,216). Sum of RGB (Red+Green+Blue) = 133+246+216=595 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.35% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 246 - color contains mainly: green. Hex color #85F6D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F6D8 is #7A0927. Grayscale: #D0D0D0. Windows color (decimal): -7997736 or 14218885. OLE color: 14218885.
HSL color Cylindrical-coordinate representation of color #85F6D8: hue angle of 164.07º 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 #85F6D8 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 246 | 216 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.04 |
| HSL | 164.07º | 0.86% | 0.74% | - |
| HSV(B) | 164.07º | 0.46% | 0.96% | - |
| XYZ | 55.02 | 75.86 | 76.71 | - |
| YUV | 208.79 | 132.06 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 246 | 216 | 0.46 | 0 | 0.12 | 0.04 | 164.07 | 0.86 | 0.74 |
| Hex | 85 | F6 | D8 | 2E | 0 | C | 4 | A4 | 56 | 4A |
| Octal | 205 | 366 | 330 | 56 | 0 | 14 | 4 | 244 | 126 | 112 |
| Binary | 10000101 | 11110110 | 11011000 | 101110 | 0 | 1100 | 100 | 10100100 | 1010110 | 1001010 |
Color Harmonies of #85F6D8
Complementary color
Monochromatic Colors of #85F6D8
Black with #85F6D8
Text Example
Text Example
White with #85F6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F6D8; }
p { color: rgb(133,246,216); }
H1.HeaderClassName
{
color: #85F6D8;
}
.AnyTagClassName
{
color: #85F6D8;
}
</style>
background-color css
<style>
a { background-color: #85F6D8; }
a { background-color: rgb(133,246,216); }
div.DivClassName
{
background-color: #85F6D8;
}
.BgClassName
{
background-color: #85F6D8;
}
</style>
border-color css
<style>
span { border-color: #85F6D8; }
span { border-color: rgb(133,246,216); }
td.TdClassName
{
border-color: #85F6D8;
}
.TagClassName
{
border-color: #85F6D8;
}
</style>