Shades of Aquamarine #85F5C5
Tints of Aquamarine #85F5C5
RGB
CMYK
RGB Variations
Color information
#85F5C5 (or 0x85F5C5) is known color: Aquamarine. HEX triplet: 85, F5 and C5. RGB value is (133,245,197). Sum of RGB (Red+Green+Blue) = 133+245+197=575 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.13% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 245 - color contains mainly: green. Hex color #85F5C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F5C5 is #7A0A3A. Grayscale: #CECECE. Windows color (decimal): -7998011 or 12973445. OLE color: 12973445.
HSL color Cylindrical-coordinate representation of color #85F5C5: hue angle of 154.29º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F5C5 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 245 | 197 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.04 |
| HSL | 154.29º | 0.85% | 0.74% | - |
| HSV(B) | 154.29º | 0.46% | 0.96% | - |
| XYZ | 52.4 | 74.32 | 64.41 | - |
| YUV | 206.04 | 122.89 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 245 | 197 | 0.46 | 0 | 0.20 | 0.04 | 154.29 | 0.85 | 0.74 |
| Hex | 85 | F5 | C5 | 2E | 0 | 14 | 4 | 9A | 55 | 4A |
| Octal | 205 | 365 | 305 | 56 | 0 | 24 | 4 | 232 | 125 | 112 |
| Binary | 10000101 | 11110101 | 11000101 | 101110 | 0 | 10100 | 100 | 10011010 | 1010101 | 1001010 |
Color Harmonies of #85F5C5
Complementary color
Monochromatic Colors of #85F5C5
Black with #85F5C5
Text Example
Text Example
White with #85F5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F5C5; }
p { color: rgb(133,245,197); }
H1.HeaderClassName
{
color: #85F5C5;
}
.AnyTagClassName
{
color: #85F5C5;
}
</style>
background-color css
<style>
a { background-color: #85F5C5; }
a { background-color: rgb(133,245,197); }
div.DivClassName
{
background-color: #85F5C5;
}
.BgClassName
{
background-color: #85F5C5;
}
</style>
border-color css
<style>
span { border-color: #85F5C5; }
span { border-color: rgb(133,245,197); }
td.TdClassName
{
border-color: #85F5C5;
}
.TagClassName
{
border-color: #85F5C5;
}
</style>