Shades of Aquamarine #85FEE2
Tints of Aquamarine #85FEE2
RGB
CMYK
RGB Variations
Color information
#85FEE2 (or 0x85FEE2) is known color: Aquamarine. HEX triplet: 85, FE and E2. RGB value is (133,254,226). Sum of RGB (Red+Green+Blue) = 133+254+226=613 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.70% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FEE2 is #7A011D. Grayscale: #D6D6D6. Windows color (decimal): -7995678 or 14876293. OLE color: 14876293.
HSL color Cylindrical-coordinate representation of color #85FEE2: hue angle of 166.12º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FEE2 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 226 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.00 |
| HSL | 166.12º | 0.98% | 0.76% | - |
| HSV(B) | 166.12º | 0.48% | 1% | - |
| XYZ | 58.84 | 81.36 | 84.55 | - |
| YUV | 214.63 | 134.41 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 226 | 0.48 | 0 | 0.11 | 0.00 | 166.12 | 0.98 | 0.76 |
| Hex | 85 | FE | E2 | 30 | 0 | B | 0 | A6 | 62 | 4C |
| Octal | 205 | 376 | 342 | 60 | 0 | 13 | 0 | 246 | 142 | 114 |
| Binary | 10000101 | 11111110 | 11100010 | 110000 | 0 | 1011 | 0 | 10100110 | 1100010 | 1001100 |
Color Harmonies of #85FEE2
Complementary color
Monochromatic Colors of #85FEE2
Black with #85FEE2
Text Example
Text Example
White with #85FEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FEE2; }
p { color: rgb(133,254,226); }
H1.HeaderClassName
{
color: #85FEE2;
}
.AnyTagClassName
{
color: #85FEE2;
}
</style>
background-color css
<style>
a { background-color: #85FEE2; }
a { background-color: rgb(133,254,226); }
div.DivClassName
{
background-color: #85FEE2;
}
.BgClassName
{
background-color: #85FEE2;
}
</style>
border-color css
<style>
span { border-color: #85FEE2; }
span { border-color: rgb(133,254,226); }
td.TdClassName
{
border-color: #85FEE2;
}
.TagClassName
{
border-color: #85FEE2;
}
</style>