Shades of Medium Aquamarine #55ECAF
Tints of Medium Aquamarine #55ECAF
RGB
CMYK
RGB Variations
Color information
#55ECAF (or 0x55ECAF) is known color: Medium Aquamarine. HEX triplet: 55, EC and AF. RGB value is (85,236,175). Sum of RGB (Red+Green+Blue) = 85+236+175=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #55ECAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55ECAF is #AA1350. Grayscale: #B7B7B7. Windows color (decimal): -11146065 or 11529301. OLE color: 11529301.
HSL color Cylindrical-coordinate representation of color #55ECAF: hue angle of 155.76º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55ECAF is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 236 | 175 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.07 |
| HSL | 155.76º | 0.8% | 0.63% | - |
| HSV(B) | 155.76º | 0.64% | 0.93% | - |
| XYZ | 41.48 | 65.02 | 50.92 | - |
| YUV | 183.9 | 122.97 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 175 | 0.64 | 0 | 0.26 | 0.07 | 155.76 | 0.8 | 0.63 |
| Hex | 55 | EC | AF | 40 | 0 | 1A | 7 | 9C | 50 | 3F |
| Octal | 125 | 354 | 257 | 100 | 0 | 32 | 7 | 234 | 120 | 77 |
| Binary | 1010101 | 11101100 | 10101111 | 1000000 | 0 | 11010 | 111 | 10011100 | 1010000 | 111111 |
Color Harmonies of #55ECAF
Complementary color
Monochromatic Colors of #55ECAF
Black with #55ECAF
Text Example
Text Example
White with #55ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ECAF; }
p { color: rgb(85,236,175); }
H1.HeaderClassName
{
color: #55ECAF;
}
.AnyTagClassName
{
color: #55ECAF;
}
</style>
background-color css
<style>
a { background-color: #55ECAF; }
a { background-color: rgb(85,236,175); }
div.DivClassName
{
background-color: #55ECAF;
}
.BgClassName
{
background-color: #55ECAF;
}
</style>
border-color css
<style>
span { border-color: #55ECAF; }
span { border-color: rgb(85,236,175); }
td.TdClassName
{
border-color: #55ECAF;
}
.TagClassName
{
border-color: #55ECAF;
}
</style>