Shades of Medium Aquamarine #55CE9B
Tints of Medium Aquamarine #55CE9B
RGB
CMYK
RGB Variations
Color information
#55CE9B (or 0x55CE9B) is known color: Medium Aquamarine. HEX triplet: 55, CE and 9B. RGB value is (85,206,155). Sum of RGB (Red+Green+Blue) = 85+206+155=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CE9B is #AA3164. Grayscale: #A4A4A4. Windows color (decimal): -11153765 or 10210901. OLE color: 10210901.
HSL color Cylindrical-coordinate representation of color #55CE9B: hue angle of 154.71º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CE9B is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 155 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.19 |
| HSL | 154.71º | 0.55% | 0.57% | - |
| HSV(B) | 154.71º | 0.59% | 0.81% | - |
| XYZ | 31.73 | 48.44 | 38.69 | - |
| YUV | 164.01 | 122.91 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 155 | 0.59 | 0 | 0.25 | 0.19 | 154.71 | 0.55 | 0.57 |
| Hex | 55 | CE | 9B | 3B | 0 | 19 | 13 | 9B | 37 | 39 |
| Octal | 125 | 316 | 233 | 73 | 0 | 31 | 23 | 233 | 67 | 71 |
| Binary | 1010101 | 11001110 | 10011011 | 111011 | 0 | 11001 | 10011 | 10011011 | 110111 | 111001 |
Color Harmonies of #55CE9B
Complementary color
Monochromatic Colors of #55CE9B
Black with #55CE9B
Text Example
Text Example
White with #55CE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE9B; }
p { color: rgb(85,206,155); }
H1.HeaderClassName
{
color: #55CE9B;
}
.AnyTagClassName
{
color: #55CE9B;
}
</style>
background-color css
<style>
a { background-color: #55CE9B; }
a { background-color: rgb(85,206,155); }
div.DivClassName
{
background-color: #55CE9B;
}
.BgClassName
{
background-color: #55CE9B;
}
</style>
border-color css
<style>
span { border-color: #55CE9B; }
span { border-color: rgb(85,206,155); }
td.TdClassName
{
border-color: #55CE9B;
}
.TagClassName
{
border-color: #55CE9B;
}
</style>