Shades of Aquamarine #85FFE5
Tints of Aquamarine #85FFE5
RGB
CMYK
RGB Variations
Color information
#85FFE5 (or 0x85FFE5) is known color: Aquamarine. HEX triplet: 85, FF and E5. RGB value is (133,255,229). Sum of RGB (Red+Green+Blue) = 133+255+229=617 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.56% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFE5 is #7A001A. Grayscale: #D7D7D7. Windows color (decimal): -7995419 or 15073157. OLE color: 15073157.
HSL color Cylindrical-coordinate representation of color #85FFE5: hue angle of 167.21º 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 #85FFE5 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 229 | - |
| CMYK | 0.48 | 0 | 0.10 | 0 |
| HSL | 167.21º | 1% | 0.76% | - |
| HSV(B) | 167.21º | 0.48% | 1% | - |
| XYZ | 59.58 | 82.16 | 86.85 | - |
| YUV | 215.56 | 135.58 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 229 | 0.48 | 0 | 0.10 | 0 | 167.21 | 1 | 0.76 |
| Hex | 85 | FF | E5 | 30 | 0 | A | 0 | A7 | 64 | 4C |
| Octal | 205 | 377 | 345 | 60 | 0 | 12 | 0 | 247 | 144 | 114 |
| Binary | 10000101 | 11111111 | 11100101 | 110000 | 0 | 1010 | 0 | 10100111 | 1100100 | 1001100 |
Color Harmonies of #85FFE5
Complementary color
Monochromatic Colors of #85FFE5
Black with #85FFE5
Text Example
Text Example
White with #85FFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFE5; }
p { color: rgb(133,255,229); }
H1.HeaderClassName
{
color: #85FFE5;
}
.AnyTagClassName
{
color: #85FFE5;
}
</style>
background-color css
<style>
a { background-color: #85FFE5; }
a { background-color: rgb(133,255,229); }
div.DivClassName
{
background-color: #85FFE5;
}
.BgClassName
{
background-color: #85FFE5;
}
</style>
border-color css
<style>
span { border-color: #85FFE5; }
span { border-color: rgb(133,255,229); }
td.TdClassName
{
border-color: #85FFE5;
}
.TagClassName
{
border-color: #85FFE5;
}
</style>