Shades of Aquamarine #85F6D2
Tints of Aquamarine #85F6D2
RGB
CMYK
RGB Variations
Color information
#85F6D2 (or 0x85F6D2) is known color: Aquamarine. HEX triplet: 85, F6 and D2. RGB value is (133,246,210). Sum of RGB (Red+Green+Blue) = 133+246+210=589 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.58% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #85F6D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F6D2 is #7A092D. Grayscale: #D0D0D0. Windows color (decimal): -7997742 or 13825669. OLE color: 13825669.
HSL color Cylindrical-coordinate representation of color #85F6D2: hue angle of 160.88º 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 #85F6D2 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 246 | 210 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.04 |
| HSL | 160.89º | 0.86% | 0.74% | - |
| HSV(B) | 160.89º | 0.46% | 0.96% | - |
| XYZ | 54.26 | 75.55 | 72.7 | - |
| YUV | 208.11 | 129.06 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 246 | 210 | 0.46 | 0 | 0.15 | 0.04 | 160.89 | 0.86 | 0.74 |
| Hex | 85 | F6 | D2 | 2E | 0 | F | 4 | A1 | 56 | 4A |
| Octal | 205 | 366 | 322 | 56 | 0 | 17 | 4 | 241 | 126 | 112 |
| Binary | 10000101 | 11110110 | 11010010 | 101110 | 0 | 1111 | 100 | 10100001 | 1010110 | 1001010 |
Color Harmonies of #85F6D2
Complementary color
Monochromatic Colors of #85F6D2
Black with #85F6D2
Text Example
Text Example
White with #85F6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F6D2; }
p { color: rgb(133,246,210); }
H1.HeaderClassName
{
color: #85F6D2;
}
.AnyTagClassName
{
color: #85F6D2;
}
</style>
background-color css
<style>
a { background-color: #85F6D2; }
a { background-color: rgb(133,246,210); }
div.DivClassName
{
background-color: #85F6D2;
}
.BgClassName
{
background-color: #85F6D2;
}
</style>
border-color css
<style>
span { border-color: #85F6D2; }
span { border-color: rgb(133,246,210); }
td.TdClassName
{
border-color: #85F6D2;
}
.TagClassName
{
border-color: #85F6D2;
}
</style>