Shades of Medium Aquamarine #55CC99
Tints of Medium Aquamarine #55CC99
RGB
CMYK
RGB Variations
Color information
#55CC99 (or 0x55CC99) is known color: Medium Aquamarine. HEX triplet: 55, CC and 99. RGB value is (85,204,153). Sum of RGB (Red+Green+Blue) = 85+204+153=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CC99 is #AA3366. Grayscale: #A2A2A2. Windows color (decimal): -11154279 or 10079317. OLE color: 10079317.
HSL color Cylindrical-coordinate representation of color #55CC99: hue angle of 154.29º 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 #55CC99 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 153 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.2 |
| HSL | 154.29º | 0.54% | 0.57% | - |
| HSV(B) | 154.29º | 0.58% | 0.8% | - |
| XYZ | 31.09 | 47.42 | 37.65 | - |
| YUV | 162.61 | 122.58 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 153 | 0.58 | 0 | 0.25 | 0.2 | 154.29 | 0.54 | 0.57 |
| Hex | 55 | CC | 99 | 3A | 0 | 19 | 14 | 9A | 36 | 39 |
| Octal | 125 | 314 | 231 | 72 | 0 | 31 | 24 | 232 | 66 | 71 |
| Binary | 1010101 | 11001100 | 10011001 | 111010 | 0 | 11001 | 10100 | 10011010 | 110110 | 111001 |
Color Harmonies of #55CC99
Complementary color
Monochromatic Colors of #55CC99
Black with #55CC99
Text Example
Text Example
White with #55CC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CC99; }
p { color: rgb(85,204,153); }
H1.HeaderClassName
{
color: #55CC99;
}
.AnyTagClassName
{
color: #55CC99;
}
</style>
background-color css
<style>
a { background-color: #55CC99; }
a { background-color: rgb(85,204,153); }
div.DivClassName
{
background-color: #55CC99;
}
.BgClassName
{
background-color: #55CC99;
}
</style>
border-color css
<style>
span { border-color: #55CC99; }
span { border-color: rgb(85,204,153); }
td.TdClassName
{
border-color: #55CC99;
}
.TagClassName
{
border-color: #55CC99;
}
</style>