Shades of Medium Aquamarine #55CC9E
Tints of Medium Aquamarine #55CC9E
RGB
CMYK
RGB Variations
Color information
#55CC9E (or 0x55CC9E) is known color: Medium Aquamarine. HEX triplet: 55, CC and 9E. RGB value is (85,204,158). Sum of RGB (Red+Green+Blue) = 85+204+158=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CC9E is #AA3361. Grayscale: #A3A3A3. Windows color (decimal): -11154274 or 10406997. OLE color: 10406997.
HSL color Cylindrical-coordinate representation of color #55CC9E: hue angle of 156.81º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CC9E is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 158 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.2 |
| HSL | 156.81º | 0.54% | 0.57% | - |
| HSV(B) | 156.81º | 0.58% | 0.8% | - |
| XYZ | 31.51 | 47.59 | 39.87 | - |
| YUV | 163.18 | 125.08 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 158 | 0.58 | 0 | 0.23 | 0.2 | 156.81 | 0.54 | 0.57 |
| Hex | 55 | CC | 9E | 3A | 0 | 17 | 14 | 9D | 36 | 39 |
| Octal | 125 | 314 | 236 | 72 | 0 | 27 | 24 | 235 | 66 | 71 |
| Binary | 1010101 | 11001100 | 10011110 | 111010 | 0 | 10111 | 10100 | 10011101 | 110110 | 111001 |
Color Harmonies of #55CC9E
Complementary color
Monochromatic Colors of #55CC9E
Black with #55CC9E
Text Example
Text Example
White with #55CC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CC9E; }
p { color: rgb(85,204,158); }
H1.HeaderClassName
{
color: #55CC9E;
}
.AnyTagClassName
{
color: #55CC9E;
}
</style>
background-color css
<style>
a { background-color: #55CC9E; }
a { background-color: rgb(85,204,158); }
div.DivClassName
{
background-color: #55CC9E;
}
.BgClassName
{
background-color: #55CC9E;
}
</style>
border-color css
<style>
span { border-color: #55CC9E; }
span { border-color: rgb(85,204,158); }
td.TdClassName
{
border-color: #55CC9E;
}
.TagClassName
{
border-color: #55CC9E;
}
</style>