Shades of Medium Sea Green #2CBD76
Tints of Medium Sea Green #2CBD76
RGB
CMYK
RGB Variations
Color information
#2CBD76 (or 0x2CBD76) is known color: Medium Sea Green. HEX triplet: 2C, BD and 76. RGB value is (44,189,118). Sum of RGB (Red+Green+Blue) = 44+189+118=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBD76 is #D34289. Grayscale: #898989. Windows color (decimal): -13845130 or 7781676. OLE color: 7781676.
HSL color Cylindrical-coordinate representation of color #2CBD76: hue angle of 150.62º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBD76 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 189 | 118 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.26 |
| HSL | 150.62º | 0.62% | 0.46% | - |
| HSV(B) | 150.62º | 0.77% | 0.74% | - |
| XYZ | 22.51 | 38.24 | 23.33 | - |
| YUV | 137.55 | 116.96 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 189 | 118 | 0.77 | 0 | 0.38 | 0.26 | 150.62 | 0.62 | 0.46 |
| Hex | 2C | BD | 76 | 4D | 0 | 26 | 1A | 97 | 3E | 2E |
| Octal | 54 | 275 | 166 | 115 | 0 | 46 | 32 | 227 | 76 | 56 |
| Binary | 101100 | 10111101 | 1110110 | 1001101 | 0 | 100110 | 11010 | 10010111 | 111110 | 101110 |
Color Harmonies of #2CBD76
Complementary color
Monochromatic Colors of #2CBD76
Black with #2CBD76
Text Example
Text Example
White with #2CBD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBD76; }
p { color: rgb(44,189,118); }
H1.HeaderClassName
{
color: #2CBD76;
}
.AnyTagClassName
{
color: #2CBD76;
}
</style>
background-color css
<style>
a { background-color: #2CBD76; }
a { background-color: rgb(44,189,118); }
div.DivClassName
{
background-color: #2CBD76;
}
.BgClassName
{
background-color: #2CBD76;
}
</style>
border-color css
<style>
span { border-color: #2CBD76; }
span { border-color: rgb(44,189,118); }
td.TdClassName
{
border-color: #2CBD76;
}
.TagClassName
{
border-color: #2CBD76;
}
</style>