Shades of Aquamarine #85FFE2
Tints of Aquamarine #85FFE2
RGB
CMYK
RGB Variations
Color information
#85FFE2 (or 0x85FFE2) is known color: Aquamarine. HEX triplet: 85, FF and E2. RGB value is (133,255,226). Sum of RGB (Red+Green+Blue) = 133+255+226=614 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.66% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFE2 is #7A001D. Grayscale: #D7D7D7. Windows color (decimal): -7995422 or 14876549. OLE color: 14876549.
HSL color Cylindrical-coordinate representation of color #85FFE2: hue angle of 165.74º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FFE2 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 226 | - |
| CMYK | 0.48 | 0 | 0.11 | 0 |
| HSL | 165.74º | 1% | 0.76% | - |
| HSV(B) | 165.74º | 0.48% | 1% | - |
| XYZ | 59.16 | 82 | 84.66 | - |
| YUV | 215.22 | 134.08 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 226 | 0.48 | 0 | 0.11 | 0 | 165.74 | 1 | 0.76 |
| Hex | 85 | FF | E2 | 30 | 0 | B | 0 | A6 | 64 | 4C |
| Octal | 205 | 377 | 342 | 60 | 0 | 13 | 0 | 246 | 144 | 114 |
| Binary | 10000101 | 11111111 | 11100010 | 110000 | 0 | 1011 | 0 | 10100110 | 1100100 | 1001100 |
Color Harmonies of #85FFE2
Complementary color
Monochromatic Colors of #85FFE2
Black with #85FFE2
Text Example
Text Example
White with #85FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFE2; }
p { color: rgb(133,255,226); }
H1.HeaderClassName
{
color: #85FFE2;
}
.AnyTagClassName
{
color: #85FFE2;
}
</style>
background-color css
<style>
a { background-color: #85FFE2; }
a { background-color: rgb(133,255,226); }
div.DivClassName
{
background-color: #85FFE2;
}
.BgClassName
{
background-color: #85FFE2;
}
</style>
border-color css
<style>
span { border-color: #85FFE2; }
span { border-color: rgb(133,255,226); }
td.TdClassName
{
border-color: #85FFE2;
}
.TagClassName
{
border-color: #85FFE2;
}
</style>