Shades of Aquamarine #85FDB5
Tints of Aquamarine #85FDB5
RGB
CMYK
RGB Variations
Color information
#85FDB5 (or 0x85FDB5) is known color: Aquamarine. HEX triplet: 85, FD and B5. RGB value is (133,253,181). Sum of RGB (Red+Green+Blue) = 133+253+181=567 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.46% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FDB5 is #7A024A. Grayscale: #D1D1D1. Windows color (decimal): -7995979 or 11926917. OLE color: 11926917.
HSL color Cylindrical-coordinate representation of color #85FDB5: hue angle of 144º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FDB5 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 253 | 181 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.01 |
| HSL | 144º | 0.97% | 0.76% | - |
| HSV(B) | 144º | 0.47% | 0.99% | - |
| XYZ | 53.14 | 78.57 | 56.08 | - |
| YUV | 208.91 | 112.24 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 253 | 181 | 0.47 | 0 | 0.28 | 0.01 | 144 | 0.97 | 0.76 |
| Hex | 85 | FD | B5 | 2F | 0 | 1C | 1 | 90 | 61 | 4C |
| Octal | 205 | 375 | 265 | 57 | 0 | 34 | 1 | 220 | 141 | 114 |
| Binary | 10000101 | 11111101 | 10110101 | 101111 | 0 | 11100 | 1 | 10010000 | 1100001 | 1001100 |
Color Harmonies of #85FDB5
Complementary color
Monochromatic Colors of #85FDB5
Black with #85FDB5
Text Example
Text Example
White with #85FDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FDB5; }
p { color: rgb(133,253,181); }
H1.HeaderClassName
{
color: #85FDB5;
}
.AnyTagClassName
{
color: #85FDB5;
}
</style>
background-color css
<style>
a { background-color: #85FDB5; }
a { background-color: rgb(133,253,181); }
div.DivClassName
{
background-color: #85FDB5;
}
.BgClassName
{
background-color: #85FDB5;
}
</style>
border-color css
<style>
span { border-color: #85FDB5; }
span { border-color: rgb(133,253,181); }
td.TdClassName
{
border-color: #85FDB5;
}
.TagClassName
{
border-color: #85FDB5;
}
</style>