Shades of Aquamarine #85F2D2
Tints of Aquamarine #85F2D2
RGB
CMYK
RGB Variations
Color information
#85F2D2 (or 0x85F2D2) is known color: Aquamarine. HEX triplet: 85, F2 and D2. RGB value is (133,242,210). Sum of RGB (Red+Green+Blue) = 133+242+210=585 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.74% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #85F2D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F2D2 is #7A0D2D. Grayscale: #CDCDCD. Windows color (decimal): -7998766 or 13824645. OLE color: 13824645.
HSL color Cylindrical-coordinate representation of color #85F2D2: hue angle of 162.39º 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 #85F2D2 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 242 | 210 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.05 |
| HSL | 162.39º | 0.81% | 0.74% | - |
| HSV(B) | 162.39º | 0.45% | 0.95% | - |
| XYZ | 53.06 | 73.14 | 72.29 | - |
| YUV | 205.76 | 130.39 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 210 | 0.45 | 0 | 0.13 | 0.05 | 162.39 | 0.81 | 0.74 |
| Hex | 85 | F2 | D2 | 2D | 0 | D | 5 | A2 | 51 | 4A |
| Octal | 205 | 362 | 322 | 55 | 0 | 15 | 5 | 242 | 121 | 112 |
| Binary | 10000101 | 11110010 | 11010010 | 101101 | 0 | 1101 | 101 | 10100010 | 1010001 | 1001010 |
Color Harmonies of #85F2D2
Complementary color
Monochromatic Colors of #85F2D2
Black with #85F2D2
Text Example
Text Example
White with #85F2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F2D2; }
p { color: rgb(133,242,210); }
H1.HeaderClassName
{
color: #85F2D2;
}
.AnyTagClassName
{
color: #85F2D2;
}
</style>
background-color css
<style>
a { background-color: #85F2D2; }
a { background-color: rgb(133,242,210); }
div.DivClassName
{
background-color: #85F2D2;
}
.BgClassName
{
background-color: #85F2D2;
}
</style>
border-color css
<style>
span { border-color: #85F2D2; }
span { border-color: rgb(133,242,210); }
td.TdClassName
{
border-color: #85F2D2;
}
.TagClassName
{
border-color: #85F2D2;
}
</style>