Shades of Medium Sea Green #2CB96A
Tints of Medium Sea Green #2CB96A
RGB
CMYK
RGB Variations
Color information
#2CB96A (or 0x2CB96A) is known color: Medium Sea Green. HEX triplet: 2C, B9 and 6A. RGB value is (44,185,106). Sum of RGB (Red+Green+Blue) = 44+185+106=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #2CB96A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB96A is #D34695. Grayscale: #868686. Windows color (decimal): -13846166 or 6994220. OLE color: 6994220.
HSL color Cylindrical-coordinate representation of color #2CB96A: hue angle of 146.38º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB96A is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 185 | 106 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.27 |
| HSL | 146.38º | 0.62% | 0.45% | - |
| HSV(B) | 146.38º | 0.76% | 0.73% | - |
| XYZ | 20.99 | 36.27 | 19.53 | - |
| YUV | 133.84 | 112.29 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 185 | 106 | 0.76 | 0 | 0.43 | 0.27 | 146.38 | 0.62 | 0.45 |
| Hex | 2C | B9 | 6A | 4C | 0 | 2B | 1B | 92 | 3E | 2D |
| Octal | 54 | 271 | 152 | 114 | 0 | 53 | 33 | 222 | 76 | 55 |
| Binary | 101100 | 10111001 | 1101010 | 1001100 | 0 | 101011 | 11011 | 10010010 | 111110 | 101101 |
Color Harmonies of #2CB96A
Complementary color
Monochromatic Colors of #2CB96A
Black with #2CB96A
Text Example
Text Example
White with #2CB96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB96A; }
p { color: rgb(44,185,106); }
H1.HeaderClassName
{
color: #2CB96A;
}
.AnyTagClassName
{
color: #2CB96A;
}
</style>
background-color css
<style>
a { background-color: #2CB96A; }
a { background-color: rgb(44,185,106); }
div.DivClassName
{
background-color: #2CB96A;
}
.BgClassName
{
background-color: #2CB96A;
}
</style>
border-color css
<style>
span { border-color: #2CB96A; }
span { border-color: rgb(44,185,106); }
td.TdClassName
{
border-color: #2CB96A;
}
.TagClassName
{
border-color: #2CB96A;
}
</style>