Shades of Medium Sea Green #2BC164
Tints of Medium Sea Green #2BC164
RGB
CMYK
RGB Variations
Color information
#2BC164 (or 0x2BC164) is known color: Medium Sea Green. HEX triplet: 2B, C1 and 64. RGB value is (43,193,100). Sum of RGB (Red+Green+Blue) = 43+193+100=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 193 (75.78% from 255 or 57.44% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC164 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC164 is #D43E9B. Grayscale: #898989. Windows color (decimal): -13909660 or 6603051. OLE color: 6603051.
HSL color Cylindrical-coordinate representation of color #2BC164: hue angle of 142.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC164 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 193 | 100 | - |
| CMYK | 0.78 | 0 | 0.48 | 0.24 |
| HSL | 142.8º | 0.64% | 0.46% | - |
| HSV(B) | 142.8º | 0.78% | 0.76% | - |
| XYZ | 22.37 | 39.57 | 18.52 | - |
| YUV | 137.55 | 106.81 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 193 | 100 | 0.78 | 0 | 0.48 | 0.24 | 142.8 | 0.64 | 0.46 |
| Hex | 2B | C1 | 64 | 4E | 0 | 30 | 18 | 8F | 40 | 2E |
| Octal | 53 | 301 | 144 | 116 | 0 | 60 | 30 | 217 | 100 | 56 |
| Binary | 101011 | 11000001 | 1100100 | 1001110 | 0 | 110000 | 11000 | 10001111 | 1000000 | 101110 |
Color Harmonies of #2BC164
Complementary color
Monochromatic Colors of #2BC164
Black with #2BC164
Text Example
Text Example
White with #2BC164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC164; }
p { color: rgb(43,193,100); }
H1.HeaderClassName
{
color: #2BC164;
}
.AnyTagClassName
{
color: #2BC164;
}
</style>
background-color css
<style>
a { background-color: #2BC164; }
a { background-color: rgb(43,193,100); }
div.DivClassName
{
background-color: #2BC164;
}
.BgClassName
{
background-color: #2BC164;
}
</style>
border-color css
<style>
span { border-color: #2BC164; }
span { border-color: rgb(43,193,100); }
td.TdClassName
{
border-color: #2BC164;
}
.TagClassName
{
border-color: #2BC164;
}
</style>