Shades of Aquamarine #85F2D0
Tints of Aquamarine #85F2D0
RGB
CMYK
RGB Variations
Color information
#85F2D0 (or 0x85F2D0) is known color: Aquamarine. HEX triplet: 85, F2 and D0. RGB value is (133,242,208). Sum of RGB (Red+Green+Blue) = 133+242+208=583 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.81% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #85F2D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F2D0 is #7A0D2F. Grayscale: #CDCDCD. Windows color (decimal): -7998768 or 13693573. OLE color: 13693573.
HSL color Cylindrical-coordinate representation of color #85F2D0: hue angle of 161.28º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F2D0 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 242 | 208 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.05 |
| HSL | 161.28º | 0.81% | 0.74% | - |
| HSV(B) | 161.28º | 0.45% | 0.95% | - |
| XYZ | 52.81 | 73.04 | 70.99 | - |
| YUV | 205.53 | 129.39 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 208 | 0.45 | 0 | 0.14 | 0.05 | 161.28 | 0.81 | 0.74 |
| Hex | 85 | F2 | D0 | 2D | 0 | E | 5 | A1 | 51 | 4A |
| Octal | 205 | 362 | 320 | 55 | 0 | 16 | 5 | 241 | 121 | 112 |
| Binary | 10000101 | 11110010 | 11010000 | 101101 | 0 | 1110 | 101 | 10100001 | 1010001 | 1001010 |
Color Harmonies of #85F2D0
Complementary color
Monochromatic Colors of #85F2D0
Black with #85F2D0
Text Example
Text Example
White with #85F2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F2D0; }
p { color: rgb(133,242,208); }
H1.HeaderClassName
{
color: #85F2D0;
}
.AnyTagClassName
{
color: #85F2D0;
}
</style>
background-color css
<style>
a { background-color: #85F2D0; }
a { background-color: rgb(133,242,208); }
div.DivClassName
{
background-color: #85F2D0;
}
.BgClassName
{
background-color: #85F2D0;
}
</style>
border-color css
<style>
span { border-color: #85F2D0; }
span { border-color: rgb(133,242,208); }
td.TdClassName
{
border-color: #85F2D0;
}
.TagClassName
{
border-color: #85F2D0;
}
</style>