Shades of Medium Sea Green #2BC068
Tints of Medium Sea Green #2BC068
RGB
CMYK
RGB Variations
Color information
#2BC068 (or 0x2BC068) is known color: Medium Sea Green. HEX triplet: 2B, C0 and 68. RGB value is (43,192,104). Sum of RGB (Red+Green+Blue) = 43+192+104=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC068 is #D43F97. Grayscale: #898989. Windows color (decimal): -13909912 or 6864939. OLE color: 6864939.
HSL color Cylindrical-coordinate representation of color #2BC068: hue angle of 144.56º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC068 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 192 | 104 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.25 |
| HSL | 144.56º | 0.63% | 0.46% | - |
| HSV(B) | 144.56º | 0.78% | 0.75% | - |
| XYZ | 22.34 | 39.21 | 19.49 | - |
| YUV | 137.42 | 109.14 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 104 | 0.78 | 0 | 0.46 | 0.25 | 144.56 | 0.63 | 0.46 |
| Hex | 2B | C0 | 68 | 4E | 0 | 2E | 19 | 91 | 3F | 2E |
| Octal | 53 | 300 | 150 | 116 | 0 | 56 | 31 | 221 | 77 | 56 |
| Binary | 101011 | 11000000 | 1101000 | 1001110 | 0 | 101110 | 11001 | 10010001 | 111111 | 101110 |
Color Harmonies of #2BC068
Complementary color
Monochromatic Colors of #2BC068
Black with #2BC068
Text Example
Text Example
White with #2BC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC068; }
p { color: rgb(43,192,104); }
H1.HeaderClassName
{
color: #2BC068;
}
.AnyTagClassName
{
color: #2BC068;
}
</style>
background-color css
<style>
a { background-color: #2BC068; }
a { background-color: rgb(43,192,104); }
div.DivClassName
{
background-color: #2BC068;
}
.BgClassName
{
background-color: #2BC068;
}
</style>
border-color css
<style>
span { border-color: #2BC068; }
span { border-color: rgb(43,192,104); }
td.TdClassName
{
border-color: #2BC068;
}
.TagClassName
{
border-color: #2BC068;
}
</style>