Shades of Medium Aquamarine #55EF99
Tints of Medium Aquamarine #55EF99
RGB
CMYK
RGB Variations
Color information
#55EF99 (or 0x55EF99) is known color: Medium Aquamarine. HEX triplet: 55, EF and 99. RGB value is (85,239,153). Sum of RGB (Red+Green+Blue) = 85+239+153=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #55EF99 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EF99 is #AA1066. Grayscale: #B7B7B7. Windows color (decimal): -11145319 or 10088277. OLE color: 10088277.
HSL color Cylindrical-coordinate representation of color #55EF99: hue angle of 146.49º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EF99 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 239 | 153 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.06 |
| HSL | 146.49º | 0.83% | 0.64% | - |
| HSV(B) | 146.49º | 0.64% | 0.94% | - |
| XYZ | 40.36 | 65.96 | 40.74 | - |
| YUV | 183.15 | 110.98 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 239 | 153 | 0.64 | 0 | 0.36 | 0.06 | 146.49 | 0.83 | 0.64 |
| Hex | 55 | EF | 99 | 40 | 0 | 24 | 6 | 92 | 53 | 40 |
| Octal | 125 | 357 | 231 | 100 | 0 | 44 | 6 | 222 | 123 | 100 |
| Binary | 1010101 | 11101111 | 10011001 | 1000000 | 0 | 100100 | 110 | 10010010 | 1010011 | 1000000 |
Color Harmonies of #55EF99
Complementary color
Monochromatic Colors of #55EF99
Black with #55EF99
Text Example
Text Example
White with #55EF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EF99; }
p { color: rgb(85,239,153); }
H1.HeaderClassName
{
color: #55EF99;
}
.AnyTagClassName
{
color: #55EF99;
}
</style>
background-color css
<style>
a { background-color: #55EF99; }
a { background-color: rgb(85,239,153); }
div.DivClassName
{
background-color: #55EF99;
}
.BgClassName
{
background-color: #55EF99;
}
</style>
border-color css
<style>
span { border-color: #55EF99; }
span { border-color: rgb(85,239,153); }
td.TdClassName
{
border-color: #55EF99;
}
.TagClassName
{
border-color: #55EF99;
}
</style>