Shades of Medium Sea Green #2CBC7C
Tints of Medium Sea Green #2CBC7C
RGB
CMYK
RGB Variations
Color information
#2CBC7C (or 0x2CBC7C) is known color: Medium Sea Green. HEX triplet: 2C, BC and 7C. RGB value is (44,188,124). Sum of RGB (Red+Green+Blue) = 44+188+124=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBC7C is #D34383. Grayscale: #898989. Windows color (decimal): -13845380 or 8174636. OLE color: 8174636.
HSL color Cylindrical-coordinate representation of color #2CBC7C: hue angle of 153.33º 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 #2CBC7C is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 124 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.26 |
| HSL | 153.33º | 0.62% | 0.45% | - |
| HSV(B) | 153.33º | 0.77% | 0.74% | - |
| XYZ | 22.66 | 37.96 | 25.2 | - |
| YUV | 137.65 | 120.29 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 124 | 0.77 | 0 | 0.34 | 0.26 | 153.33 | 0.62 | 0.45 |
| Hex | 2C | BC | 7C | 4D | 0 | 22 | 1A | 99 | 3E | 2D |
| Octal | 54 | 274 | 174 | 115 | 0 | 42 | 32 | 231 | 76 | 55 |
| Binary | 101100 | 10111100 | 1111100 | 1001101 | 0 | 100010 | 11010 | 10011001 | 111110 | 101101 |
Color Harmonies of #2CBC7C
Complementary color
Monochromatic Colors of #2CBC7C
Black with #2CBC7C
Text Example
Text Example
White with #2CBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC7C; }
p { color: rgb(44,188,124); }
H1.HeaderClassName
{
color: #2CBC7C;
}
.AnyTagClassName
{
color: #2CBC7C;
}
</style>
background-color css
<style>
a { background-color: #2CBC7C; }
a { background-color: rgb(44,188,124); }
div.DivClassName
{
background-color: #2CBC7C;
}
.BgClassName
{
background-color: #2CBC7C;
}
</style>
border-color css
<style>
span { border-color: #2CBC7C; }
span { border-color: rgb(44,188,124); }
td.TdClassName
{
border-color: #2CBC7C;
}
.TagClassName
{
border-color: #2CBC7C;
}
</style>