Shades of Aquamarine #85F2CE
Tints of Aquamarine #85F2CE
RGB
CMYK
RGB Variations
Color information
#85F2CE (or 0x85F2CE) is known color: Aquamarine. HEX triplet: 85, F2 and CE. RGB value is (133,242,206). Sum of RGB (Red+Green+Blue) = 133+242+206=581 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.89% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #85F2CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F2CE is #7A0D31. Grayscale: #CDCDCD. Windows color (decimal): -7998770 or 13562501. OLE color: 13562501.
HSL color Cylindrical-coordinate representation of color #85F2CE: hue angle of 160.18º 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 #85F2CE is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 242 | 206 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.05 |
| HSL | 160.18º | 0.81% | 0.74% | - |
| HSV(B) | 160.18º | 0.45% | 0.95% | - |
| XYZ | 52.57 | 72.95 | 69.7 | - |
| YUV | 205.31 | 128.39 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 206 | 0.45 | 0 | 0.15 | 0.05 | 160.18 | 0.81 | 0.74 |
| Hex | 85 | F2 | CE | 2D | 0 | F | 5 | A0 | 51 | 4A |
| Octal | 205 | 362 | 316 | 55 | 0 | 17 | 5 | 240 | 121 | 112 |
| Binary | 10000101 | 11110010 | 11001110 | 101101 | 0 | 1111 | 101 | 10100000 | 1010001 | 1001010 |
Color Harmonies of #85F2CE
Complementary color
Monochromatic Colors of #85F2CE
Black with #85F2CE
Text Example
Text Example
White with #85F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F2CE; }
p { color: rgb(133,242,206); }
H1.HeaderClassName
{
color: #85F2CE;
}
.AnyTagClassName
{
color: #85F2CE;
}
</style>
background-color css
<style>
a { background-color: #85F2CE; }
a { background-color: rgb(133,242,206); }
div.DivClassName
{
background-color: #85F2CE;
}
.BgClassName
{
background-color: #85F2CE;
}
</style>
border-color css
<style>
span { border-color: #85F2CE; }
span { border-color: rgb(133,242,206); }
td.TdClassName
{
border-color: #85F2CE;
}
.TagClassName
{
border-color: #85F2CE;
}
</style>