Shades of Aquamarine #85F7D2
Tints of Aquamarine #85F7D2
RGB
CMYK
RGB Variations
Color information
#85F7D2 (or 0x85F7D2) is known color: Aquamarine. HEX triplet: 85, F7 and D2. RGB value is (133,247,210). Sum of RGB (Red+Green+Blue) = 133+247+210=590 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.54% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #85F7D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F7D2 is #7A082D. Grayscale: #D0D0D0. Windows color (decimal): -7997486 or 13825925. OLE color: 13825925.
HSL color Cylindrical-coordinate representation of color #85F7D2: hue angle of 160.53º 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 #85F7D2 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 247 | 210 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.03 |
| HSL | 160.53º | 0.88% | 0.75% | - |
| HSV(B) | 160.53º | 0.46% | 0.97% | - |
| XYZ | 54.57 | 76.16 | 72.8 | - |
| YUV | 208.7 | 128.73 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 247 | 210 | 0.46 | 0 | 0.15 | 0.03 | 160.53 | 0.88 | 0.75 |
| Hex | 85 | F7 | D2 | 2E | 0 | F | 3 | A1 | 58 | 4B |
| Octal | 205 | 367 | 322 | 56 | 0 | 17 | 3 | 241 | 130 | 113 |
| Binary | 10000101 | 11110111 | 11010010 | 101110 | 0 | 1111 | 11 | 10100001 | 1011000 | 1001011 |
Color Harmonies of #85F7D2
Complementary color
Monochromatic Colors of #85F7D2
Black with #85F7D2
Text Example
Text Example
White with #85F7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F7D2; }
p { color: rgb(133,247,210); }
H1.HeaderClassName
{
color: #85F7D2;
}
.AnyTagClassName
{
color: #85F7D2;
}
</style>
background-color css
<style>
a { background-color: #85F7D2; }
a { background-color: rgb(133,247,210); }
div.DivClassName
{
background-color: #85F7D2;
}
.BgClassName
{
background-color: #85F7D2;
}
</style>
border-color css
<style>
span { border-color: #85F7D2; }
span { border-color: rgb(133,247,210); }
td.TdClassName
{
border-color: #85F7D2;
}
.TagClassName
{
border-color: #85F7D2;
}
</style>