Shades of Aquamarine #85FFEA
Tints of Aquamarine #85FFEA
RGB
CMYK
RGB Variations
Color information
#85FFEA (or 0x85FFEA) is known color: Aquamarine. HEX triplet: 85, FF and EA. RGB value is (133,255,234). Sum of RGB (Red+Green+Blue) = 133+255+234=622 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.38% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FFEA is #7A0015. Grayscale: #D8D8D8. Windows color (decimal): -7995414 or 15400837. OLE color: 15400837.
HSL color Cylindrical-coordinate representation of color #85FFEA: hue angle of 169.67º 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 #85FFEA is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 234 | - |
| CMYK | 0.48 | 0 | 0.08 | 0 |
| HSL | 169.67º | 1% | 0.76% | - |
| HSV(B) | 169.67º | 0.48% | 1% | - |
| XYZ | 60.28 | 82.45 | 90.58 | - |
| YUV | 216.13 | 138.08 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 234 | 0.48 | 0 | 0.08 | 0 | 169.67 | 1 | 0.76 |
| Hex | 85 | FF | EA | 30 | 0 | 8 | 0 | AA | 64 | 4C |
| Octal | 205 | 377 | 352 | 60 | 0 | 10 | 0 | 252 | 144 | 114 |
| Binary | 10000101 | 11111111 | 11101010 | 110000 | 0 | 1000 | 0 | 10101010 | 1100100 | 1001100 |
Color Harmonies of #85FFEA
Complementary color
Monochromatic Colors of #85FFEA
Black with #85FFEA
Text Example
Text Example
White with #85FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFEA; }
p { color: rgb(133,255,234); }
H1.HeaderClassName
{
color: #85FFEA;
}
.AnyTagClassName
{
color: #85FFEA;
}
</style>
background-color css
<style>
a { background-color: #85FFEA; }
a { background-color: rgb(133,255,234); }
div.DivClassName
{
background-color: #85FFEA;
}
.BgClassName
{
background-color: #85FFEA;
}
</style>
border-color css
<style>
span { border-color: #85FFEA; }
span { border-color: rgb(133,255,234); }
td.TdClassName
{
border-color: #85FFEA;
}
.TagClassName
{
border-color: #85FFEA;
}
</style>