Shades of Medium Aquamarine #55CB9B
Tints of Medium Aquamarine #55CB9B
RGB
CMYK
RGB Variations
Color information
#55CB9B (or 0x55CB9B) is known color: Medium Aquamarine. HEX triplet: 55, CB and 9B. RGB value is (85,203,155). Sum of RGB (Red+Green+Blue) = 85+203+155=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CB9B is #AA3464. Grayscale: #A2A2A2. Windows color (decimal): -11154533 or 10210133. OLE color: 10210133.
HSL color Cylindrical-coordinate representation of color #55CB9B: hue angle of 155.59º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CB9B is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 155 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.20 |
| HSL | 155.59º | 0.53% | 0.56% | - |
| HSV(B) | 155.59º | 0.58% | 0.8% | - |
| XYZ | 31.02 | 47.01 | 38.45 | - |
| YUV | 162.25 | 123.91 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 155 | 0.58 | 0 | 0.24 | 0.20 | 155.59 | 0.53 | 0.56 |
| Hex | 55 | CB | 9B | 3A | 0 | 18 | 14 | 9C | 35 | 38 |
| Octal | 125 | 313 | 233 | 72 | 0 | 30 | 24 | 234 | 65 | 70 |
| Binary | 1010101 | 11001011 | 10011011 | 111010 | 0 | 11000 | 10100 | 10011100 | 110101 | 111000 |
Color Harmonies of #55CB9B
Complementary color
Monochromatic Colors of #55CB9B
Black with #55CB9B
Text Example
Text Example
White with #55CB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CB9B; }
p { color: rgb(85,203,155); }
H1.HeaderClassName
{
color: #55CB9B;
}
.AnyTagClassName
{
color: #55CB9B;
}
</style>
background-color css
<style>
a { background-color: #55CB9B; }
a { background-color: rgb(85,203,155); }
div.DivClassName
{
background-color: #55CB9B;
}
.BgClassName
{
background-color: #55CB9B;
}
</style>
border-color css
<style>
span { border-color: #55CB9B; }
span { border-color: rgb(85,203,155); }
td.TdClassName
{
border-color: #55CB9B;
}
.TagClassName
{
border-color: #55CB9B;
}
</style>