Shades of Aquamarine #85FBE5
Tints of Aquamarine #85FBE5
RGB
CMYK
RGB Variations
Color information
#85FBE5 (or 0x85FBE5) is known color: Aquamarine. HEX triplet: 85, FB and E5. RGB value is (133,251,229). Sum of RGB (Red+Green+Blue) = 133+251+229=613 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.70% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FBE5 is #7A041A. Grayscale: #D5D5D5. Windows color (decimal): -7996443 or 15072133. OLE color: 15072133.
HSL color Cylindrical-coordinate representation of color #85FBE5: hue angle of 168.81º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FBE5 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 229 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.02 |
| HSL | 168.81º | 0.94% | 0.75% | - |
| HSV(B) | 168.81º | 0.47% | 0.98% | - |
| XYZ | 58.31 | 79.64 | 86.43 | - |
| YUV | 213.21 | 136.91 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 229 | 0.47 | 0 | 0.09 | 0.02 | 168.81 | 0.94 | 0.75 |
| Hex | 85 | FB | E5 | 2F | 0 | 9 | 2 | A9 | 5E | 4B |
| Octal | 205 | 373 | 345 | 57 | 0 | 11 | 2 | 251 | 136 | 113 |
| Binary | 10000101 | 11111011 | 11100101 | 101111 | 0 | 1001 | 10 | 10101001 | 1011110 | 1001011 |
Color Harmonies of #85FBE5
Complementary color
Monochromatic Colors of #85FBE5
Black with #85FBE5
Text Example
Text Example
White with #85FBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FBE5; }
p { color: rgb(133,251,229); }
H1.HeaderClassName
{
color: #85FBE5;
}
.AnyTagClassName
{
color: #85FBE5;
}
</style>
background-color css
<style>
a { background-color: #85FBE5; }
a { background-color: rgb(133,251,229); }
div.DivClassName
{
background-color: #85FBE5;
}
.BgClassName
{
background-color: #85FBE5;
}
</style>
border-color css
<style>
span { border-color: #85FBE5; }
span { border-color: rgb(133,251,229); }
td.TdClassName
{
border-color: #85FBE5;
}
.TagClassName
{
border-color: #85FBE5;
}
</style>