Shades of Medium Aquamarine #55FF9C
Tints of Medium Aquamarine #55FF9C
RGB
CMYK
RGB Variations
Color information
#55FF9C (or 0x55FF9C) is known color: Medium Aquamarine. HEX triplet: 55, FF and 9C. RGB value is (85,255,156). Sum of RGB (Red+Green+Blue) = 85+255+156=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FF9C is #AA0063. Grayscale: #C1C1C1. Windows color (decimal): -11141220 or 10288981. OLE color: 10288981.
HSL color Cylindrical-coordinate representation of color #55FF9C: hue angle of 145.06º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FF9C is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 156 | - |
| CMYK | 0.67 | 0 | 0.39 | 0 |
| HSL | 145.06º | 1% | 0.67% | - |
| HSV(B) | 145.06º | 0.67% | 1% | - |
| XYZ | 45.51 | 75.85 | 43.69 | - |
| YUV | 192.88 | 107.18 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 156 | 0.67 | 0 | 0.39 | 0 | 145.06 | 1 | 0.67 |
| Hex | 55 | FF | 9C | 43 | 0 | 27 | 0 | 91 | 64 | 43 |
| Octal | 125 | 377 | 234 | 103 | 0 | 47 | 0 | 221 | 144 | 103 |
| Binary | 1010101 | 11111111 | 10011100 | 1000011 | 0 | 100111 | 0 | 10010001 | 1100100 | 1000011 |
Color Harmonies of #55FF9C
Complementary color
Monochromatic Colors of #55FF9C
Black with #55FF9C
Text Example
Text Example
White with #55FF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF9C; }
p { color: rgb(85,255,156); }
H1.HeaderClassName
{
color: #55FF9C;
}
.AnyTagClassName
{
color: #55FF9C;
}
</style>
background-color css
<style>
a { background-color: #55FF9C; }
a { background-color: rgb(85,255,156); }
div.DivClassName
{
background-color: #55FF9C;
}
.BgClassName
{
background-color: #55FF9C;
}
</style>
border-color css
<style>
span { border-color: #55FF9C; }
span { border-color: rgb(85,255,156); }
td.TdClassName
{
border-color: #55FF9C;
}
.TagClassName
{
border-color: #55FF9C;
}
</style>