Shades of Medium Sea Green #2CB773
Tints of Medium Sea Green #2CB773
RGB
CMYK
RGB Variations
Color information
#2CB773 (or 0x2CB773) is known color: Medium Sea Green. HEX triplet: 2C, B7 and 73. RGB value is (44,183,115). Sum of RGB (Red+Green+Blue) = 44+183+115=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 183 (71.88% from 255 or 53.51% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB773 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB773 is #D3488C. Grayscale: #858585. Windows color (decimal): -13846669 or 7583532. OLE color: 7583532.
HSL color Cylindrical-coordinate representation of color #2CB773: hue angle of 150.65º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB773 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 115 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.28 |
| HSL | 150.65º | 0.61% | 0.45% | - |
| HSV(B) | 150.65º | 0.76% | 0.72% | - |
| XYZ | 21.07 | 35.64 | 21.99 | - |
| YUV | 133.69 | 117.45 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 115 | 0.76 | 0 | 0.37 | 0.28 | 150.65 | 0.61 | 0.45 |
| Hex | 2C | B7 | 73 | 4C | 0 | 25 | 1C | 97 | 3D | 2D |
| Octal | 54 | 267 | 163 | 114 | 0 | 45 | 34 | 227 | 75 | 55 |
| Binary | 101100 | 10110111 | 1110011 | 1001100 | 0 | 100101 | 11100 | 10010111 | 111101 | 101101 |
Color Harmonies of #2CB773
Complementary color
Monochromatic Colors of #2CB773
Black with #2CB773
Text Example
Text Example
White with #2CB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB773; }
p { color: rgb(44,183,115); }
H1.HeaderClassName
{
color: #2CB773;
}
.AnyTagClassName
{
color: #2CB773;
}
</style>
background-color css
<style>
a { background-color: #2CB773; }
a { background-color: rgb(44,183,115); }
div.DivClassName
{
background-color: #2CB773;
}
.BgClassName
{
background-color: #2CB773;
}
</style>
border-color css
<style>
span { border-color: #2CB773; }
span { border-color: rgb(44,183,115); }
td.TdClassName
{
border-color: #2CB773;
}
.TagClassName
{
border-color: #2CB773;
}
</style>