Shades of Medium Sea Green #2CB778
Tints of Medium Sea Green #2CB778
RGB
CMYK
RGB Variations
Color information
#2CB778 (or 0x2CB778) is known color: Medium Sea Green. HEX triplet: 2C, B7 and 78. RGB value is (44,183,120). Sum of RGB (Red+Green+Blue) = 44+183+120=347 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.68% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB778 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB778 is #D34887. Grayscale: #868686. Windows color (decimal): -13846664 or 7911212. OLE color: 7911212.
HSL color Cylindrical-coordinate representation of color #2CB778: hue angle of 152.81º 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 #2CB778 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 120 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.28 |
| HSL | 152.81º | 0.61% | 0.45% | - |
| HSV(B) | 152.81º | 0.76% | 0.72% | - |
| XYZ | 21.36 | 35.76 | 23.55 | - |
| YUV | 134.26 | 119.95 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 120 | 0.76 | 0 | 0.34 | 0.28 | 152.81 | 0.61 | 0.45 |
| Hex | 2C | B7 | 78 | 4C | 0 | 22 | 1C | 99 | 3D | 2D |
| Octal | 54 | 267 | 170 | 114 | 0 | 42 | 34 | 231 | 75 | 55 |
| Binary | 101100 | 10110111 | 1111000 | 1001100 | 0 | 100010 | 11100 | 10011001 | 111101 | 101101 |
Color Harmonies of #2CB778
Complementary color
Monochromatic Colors of #2CB778
Black with #2CB778
Text Example
Text Example
White with #2CB778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB778; }
p { color: rgb(44,183,120); }
H1.HeaderClassName
{
color: #2CB778;
}
.AnyTagClassName
{
color: #2CB778;
}
</style>
background-color css
<style>
a { background-color: #2CB778; }
a { background-color: rgb(44,183,120); }
div.DivClassName
{
background-color: #2CB778;
}
.BgClassName
{
background-color: #2CB778;
}
</style>
border-color css
<style>
span { border-color: #2CB778; }
span { border-color: rgb(44,183,120); }
td.TdClassName
{
border-color: #2CB778;
}
.TagClassName
{
border-color: #2CB778;
}
</style>