Shades of Medium Aquamarine #55E79C
Tints of Medium Aquamarine #55E79C
RGB
CMYK
RGB Variations
Color information
#55E79C (or 0x55E79C) is known color: Medium Aquamarine. HEX triplet: 55, E7 and 9C. RGB value is (85,231,156). Sum of RGB (Red+Green+Blue) = 85+231+156=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 231 (90.62% from 255 or 48.94% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 231 - color contains mainly: green. Hex color #55E79C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E79C is #AA1863. Grayscale: #B2B2B2. Windows color (decimal): -11147364 or 10282837. OLE color: 10282837.
HSL color Cylindrical-coordinate representation of color #55E79C: hue angle of 149.18º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E79C is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 231 | 156 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.09 |
| HSL | 149.18º | 0.75% | 0.62% | - |
| HSV(B) | 149.18º | 0.63% | 0.91% | - |
| XYZ | 38.32 | 61.48 | 41.3 | - |
| YUV | 178.8 | 115.13 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 231 | 156 | 0.63 | 0 | 0.32 | 0.09 | 149.18 | 0.75 | 0.62 |
| Hex | 55 | E7 | 9C | 3F | 0 | 20 | 9 | 95 | 4B | 3E |
| Octal | 125 | 347 | 234 | 77 | 0 | 40 | 11 | 225 | 113 | 76 |
| Binary | 1010101 | 11100111 | 10011100 | 111111 | 0 | 100000 | 1001 | 10010101 | 1001011 | 111110 |
Color Harmonies of #55E79C
Complementary color
Monochromatic Colors of #55E79C
Black with #55E79C
Text Example
Text Example
White with #55E79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E79C; }
p { color: rgb(85,231,156); }
H1.HeaderClassName
{
color: #55E79C;
}
.AnyTagClassName
{
color: #55E79C;
}
</style>
background-color css
<style>
a { background-color: #55E79C; }
a { background-color: rgb(85,231,156); }
div.DivClassName
{
background-color: #55E79C;
}
.BgClassName
{
background-color: #55E79C;
}
</style>
border-color css
<style>
span { border-color: #55E79C; }
span { border-color: rgb(85,231,156); }
td.TdClassName
{
border-color: #55E79C;
}
.TagClassName
{
border-color: #55E79C;
}
</style>