Shades of Aquamarine #85FAC5
Tints of Aquamarine #85FAC5
RGB
CMYK
RGB Variations
Color information
#85FAC5 (or 0x85FAC5) is known color: Aquamarine. HEX triplet: 85, FA and C5. RGB value is (133,250,197). Sum of RGB (Red+Green+Blue) = 133+250+197=580 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.93% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #85FAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FAC5 is #7A053A. Grayscale: #D1D1D1. Windows color (decimal): -7996731 or 12974725. OLE color: 12974725.
HSL color Cylindrical-coordinate representation of color #85FAC5: hue angle of 152.82º degrees, saturation: 0.92, 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 #85FAC5 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 197 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.02 |
| HSL | 152.82º | 0.92% | 0.75% | - |
| HSV(B) | 152.82º | 0.47% | 0.98% | - |
| XYZ | 53.94 | 77.39 | 64.92 | - |
| YUV | 208.98 | 121.24 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 197 | 0.47 | 0 | 0.21 | 0.02 | 152.82 | 0.92 | 0.75 |
| Hex | 85 | FA | C5 | 2F | 0 | 15 | 2 | 99 | 5C | 4B |
| Octal | 205 | 372 | 305 | 57 | 0 | 25 | 2 | 231 | 134 | 113 |
| Binary | 10000101 | 11111010 | 11000101 | 101111 | 0 | 10101 | 10 | 10011001 | 1011100 | 1001011 |
Color Harmonies of #85FAC5
Complementary color
Monochromatic Colors of #85FAC5
Black with #85FAC5
Text Example
Text Example
White with #85FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FAC5; }
p { color: rgb(133,250,197); }
H1.HeaderClassName
{
color: #85FAC5;
}
.AnyTagClassName
{
color: #85FAC5;
}
</style>
background-color css
<style>
a { background-color: #85FAC5; }
a { background-color: rgb(133,250,197); }
div.DivClassName
{
background-color: #85FAC5;
}
.BgClassName
{
background-color: #85FAC5;
}
</style>
border-color css
<style>
span { border-color: #85FAC5; }
span { border-color: rgb(133,250,197); }
td.TdClassName
{
border-color: #85FAC5;
}
.TagClassName
{
border-color: #85FAC5;
}
</style>