Shades of Medium Sea Green #2BC269
Tints of Medium Sea Green #2BC269
RGB
CMYK
RGB Variations
Color information
#2BC269 (or 0x2BC269) is known color: Medium Sea Green. HEX triplet: 2B, C2 and 69. RGB value is (43,194,105). Sum of RGB (Red+Green+Blue) = 43+194+105=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 194 (76.17% from 255 or 56.73% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC269 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC269 is #D43D96. Grayscale: #8A8A8A. Windows color (decimal): -13909399 or 6930987. OLE color: 6930987.
HSL color Cylindrical-coordinate representation of color #2BC269: hue angle of 144.64º 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 #2BC269 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 194 | 105 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.24 |
| HSL | 144.64º | 0.64% | 0.46% | - |
| HSV(B) | 144.64º | 0.78% | 0.76% | - |
| XYZ | 22.84 | 40.12 | 19.9 | - |
| YUV | 138.71 | 108.97 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 194 | 105 | 0.78 | 0 | 0.46 | 0.24 | 144.64 | 0.64 | 0.46 |
| Hex | 2B | C2 | 69 | 4E | 0 | 2E | 18 | 91 | 40 | 2E |
| Octal | 53 | 302 | 151 | 116 | 0 | 56 | 30 | 221 | 100 | 56 |
| Binary | 101011 | 11000010 | 1101001 | 1001110 | 0 | 101110 | 11000 | 10010001 | 1000000 | 101110 |
Color Harmonies of #2BC269
Complementary color
Monochromatic Colors of #2BC269
Black with #2BC269
Text Example
Text Example
White with #2BC269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC269; }
p { color: rgb(43,194,105); }
H1.HeaderClassName
{
color: #2BC269;
}
.AnyTagClassName
{
color: #2BC269;
}
</style>
background-color css
<style>
a { background-color: #2BC269; }
a { background-color: rgb(43,194,105); }
div.DivClassName
{
background-color: #2BC269;
}
.BgClassName
{
background-color: #2BC269;
}
</style>
border-color css
<style>
span { border-color: #2BC269; }
span { border-color: rgb(43,194,105); }
td.TdClassName
{
border-color: #2BC269;
}
.TagClassName
{
border-color: #2BC269;
}
</style>