Shades of Aquamarine #85F7D7
Tints of Aquamarine #85F7D7
RGB
CMYK
RGB Variations
Color information
#85F7D7 (or 0x85F7D7) is known color: Aquamarine. HEX triplet: 85, F7 and D7. RGB value is (133,247,215). Sum of RGB (Red+Green+Blue) = 133+247+215=595 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.35% from 595); Green value is 247 (96.88% from 255 or 41.51% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 247 - color contains mainly: green. Hex color #85F7D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F7D7 is #7A0828. Grayscale: #D1D1D1. Windows color (decimal): -7997481 or 14153605. OLE color: 14153605.
HSL color Cylindrical-coordinate representation of color #85F7D7: hue angle of 163.16º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F7D7 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 247 | 215 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.03 |
| HSL | 163.16º | 0.88% | 0.75% | - |
| HSV(B) | 163.16º | 0.46% | 0.97% | - |
| XYZ | 55.2 | 76.41 | 76.13 | - |
| YUV | 209.27 | 131.23 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 247 | 215 | 0.46 | 0 | 0.13 | 0.03 | 163.16 | 0.88 | 0.75 |
| Hex | 85 | F7 | D7 | 2E | 0 | D | 3 | A3 | 58 | 4B |
| Octal | 205 | 367 | 327 | 56 | 0 | 15 | 3 | 243 | 130 | 113 |
| Binary | 10000101 | 11110111 | 11010111 | 101110 | 0 | 1101 | 11 | 10100011 | 1011000 | 1001011 |
Color Harmonies of #85F7D7
Complementary color
Monochromatic Colors of #85F7D7
Black with #85F7D7
Text Example
Text Example
White with #85F7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F7D7; }
p { color: rgb(133,247,215); }
H1.HeaderClassName
{
color: #85F7D7;
}
.AnyTagClassName
{
color: #85F7D7;
}
</style>
background-color css
<style>
a { background-color: #85F7D7; }
a { background-color: rgb(133,247,215); }
div.DivClassName
{
background-color: #85F7D7;
}
.BgClassName
{
background-color: #85F7D7;
}
</style>
border-color css
<style>
span { border-color: #85F7D7; }
span { border-color: rgb(133,247,215); }
td.TdClassName
{
border-color: #85F7D7;
}
.TagClassName
{
border-color: #85F7D7;
}
</style>