Shades of Medium Sea Green #2CBC6D
Tints of Medium Sea Green #2CBC6D
RGB
CMYK
RGB Variations
Color information
#2CBC6D (or 0x2CBC6D) is known color: Medium Sea Green. HEX triplet: 2C, BC and 6D. RGB value is (44,188,109). Sum of RGB (Red+Green+Blue) = 44+188+109=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBC6D is #D34392. Grayscale: #888888. Windows color (decimal): -13845395 or 7191596. OLE color: 7191596.
HSL color Cylindrical-coordinate representation of color #2CBC6D: hue angle of 147.08º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBC6D is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 109 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.26 |
| HSL | 147.08º | 0.62% | 0.45% | - |
| HSV(B) | 147.08º | 0.77% | 0.74% | - |
| XYZ | 21.78 | 37.61 | 20.58 | - |
| YUV | 135.94 | 112.79 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 109 | 0.77 | 0 | 0.42 | 0.26 | 147.08 | 0.62 | 0.45 |
| Hex | 2C | BC | 6D | 4D | 0 | 2A | 1A | 93 | 3E | 2D |
| Octal | 54 | 274 | 155 | 115 | 0 | 52 | 32 | 223 | 76 | 55 |
| Binary | 101100 | 10111100 | 1101101 | 1001101 | 0 | 101010 | 11010 | 10010011 | 111110 | 101101 |
Color Harmonies of #2CBC6D
Complementary color
Monochromatic Colors of #2CBC6D
Black with #2CBC6D
Text Example
Text Example
White with #2CBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC6D; }
p { color: rgb(44,188,109); }
H1.HeaderClassName
{
color: #2CBC6D;
}
.AnyTagClassName
{
color: #2CBC6D;
}
</style>
background-color css
<style>
a { background-color: #2CBC6D; }
a { background-color: rgb(44,188,109); }
div.DivClassName
{
background-color: #2CBC6D;
}
.BgClassName
{
background-color: #2CBC6D;
}
</style>
border-color css
<style>
span { border-color: #2CBC6D; }
span { border-color: rgb(44,188,109); }
td.TdClassName
{
border-color: #2CBC6D;
}
.TagClassName
{
border-color: #2CBC6D;
}
</style>