Shades of Medium Sea Green #2CB679
Tints of Medium Sea Green #2CB679
RGB
CMYK
RGB Variations
Color information
#2CB679 (or 0x2CB679) is known color: Medium Sea Green. HEX triplet: 2C, B6 and 79. RGB value is (44,182,121). Sum of RGB (Red+Green+Blue) = 44+182+121=347 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.68% from 347); Green value is 182 (71.48% from 255 or 52.45% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB679 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB679 is #D34986. Grayscale: #858585. Windows color (decimal): -13846919 or 7976492. OLE color: 7976492.
HSL color Cylindrical-coordinate representation of color #2CB679: hue angle of 153.48º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB679 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 182 | 121 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.29 |
| HSL | 153.48º | 0.61% | 0.44% | - |
| HSV(B) | 153.48º | 0.76% | 0.71% | - |
| XYZ | 21.22 | 35.37 | 23.8 | - |
| YUV | 133.78 | 120.78 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 182 | 121 | 0.76 | 0 | 0.34 | 0.29 | 153.48 | 0.61 | 0.44 |
| Hex | 2C | B6 | 79 | 4C | 0 | 22 | 1D | 99 | 3D | 2C |
| Octal | 54 | 266 | 171 | 114 | 0 | 42 | 35 | 231 | 75 | 54 |
| Binary | 101100 | 10110110 | 1111001 | 1001100 | 0 | 100010 | 11101 | 10011001 | 111101 | 101100 |
Color Harmonies of #2CB679
Complementary color
Monochromatic Colors of #2CB679
Black with #2CB679
Text Example
Text Example
White with #2CB679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB679; }
p { color: rgb(44,182,121); }
H1.HeaderClassName
{
color: #2CB679;
}
.AnyTagClassName
{
color: #2CB679;
}
</style>
background-color css
<style>
a { background-color: #2CB679; }
a { background-color: rgb(44,182,121); }
div.DivClassName
{
background-color: #2CB679;
}
.BgClassName
{
background-color: #2CB679;
}
</style>
border-color css
<style>
span { border-color: #2CB679; }
span { border-color: rgb(44,182,121); }
td.TdClassName
{
border-color: #2CB679;
}
.TagClassName
{
border-color: #2CB679;
}
</style>