Shades of Medium Aquamarine #55EE9C
Tints of Medium Aquamarine #55EE9C
RGB
CMYK
RGB Variations
Color information
#55EE9C (or 0x55EE9C) is known color: Medium Aquamarine. HEX triplet: 55, EE and 9C. RGB value is (85,238,156). Sum of RGB (Red+Green+Blue) = 85+238+156=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 238 (93.36% from 255 or 49.69% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 238 - color contains mainly: green. Hex color #55EE9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EE9C is #AA1163. Grayscale: #B7B7B7. Windows color (decimal): -11145572 or 10284629. OLE color: 10284629.
HSL color Cylindrical-coordinate representation of color #55EE9C: hue angle of 147.84º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EE9C is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 238 | 156 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.07 |
| HSL | 147.84º | 0.82% | 0.63% | - |
| HSV(B) | 147.84º | 0.64% | 0.93% | - |
| XYZ | 40.32 | 65.48 | 41.97 | - |
| YUV | 182.91 | 112.81 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 156 | 0.64 | 0 | 0.34 | 0.07 | 147.84 | 0.82 | 0.63 |
| Hex | 55 | EE | 9C | 40 | 0 | 22 | 7 | 94 | 52 | 3F |
| Octal | 125 | 356 | 234 | 100 | 0 | 42 | 7 | 224 | 122 | 77 |
| Binary | 1010101 | 11101110 | 10011100 | 1000000 | 0 | 100010 | 111 | 10010100 | 1010010 | 111111 |
Color Harmonies of #55EE9C
Complementary color
Monochromatic Colors of #55EE9C
Black with #55EE9C
Text Example
Text Example
White with #55EE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EE9C; }
p { color: rgb(85,238,156); }
H1.HeaderClassName
{
color: #55EE9C;
}
.AnyTagClassName
{
color: #55EE9C;
}
</style>
background-color css
<style>
a { background-color: #55EE9C; }
a { background-color: rgb(85,238,156); }
div.DivClassName
{
background-color: #55EE9C;
}
.BgClassName
{
background-color: #55EE9C;
}
</style>
border-color css
<style>
span { border-color: #55EE9C; }
span { border-color: rgb(85,238,156); }
td.TdClassName
{
border-color: #55EE9C;
}
.TagClassName
{
border-color: #55EE9C;
}
</style>