Shades of Medium Sea Green #2BC275
Tints of Medium Sea Green #2BC275
RGB
CMYK
RGB Variations
Color information
#2BC275 (or 0x2BC275) is known color: Medium Sea Green. HEX triplet: 2B, C2 and 75. RGB value is (43,194,117). Sum of RGB (Red+Green+Blue) = 43+194+117=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC275 is #D43D8A. Grayscale: #8C8C8C. Windows color (decimal): -13909387 or 7717419. OLE color: 7717419.
HSL color Cylindrical-coordinate representation of color #2BC275: hue angle of 149.4º 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 #2BC275 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 194 | 117 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.24 |
| HSL | 149.4º | 0.64% | 0.46% | - |
| HSV(B) | 149.4º | 0.78% | 0.76% | - |
| XYZ | 23.5 | 40.38 | 23.39 | - |
| YUV | 140.07 | 114.97 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 194 | 117 | 0.78 | 0 | 0.40 | 0.24 | 149.4 | 0.64 | 0.46 |
| Hex | 2B | C2 | 75 | 4E | 0 | 28 | 18 | 95 | 40 | 2E |
| Octal | 53 | 302 | 165 | 116 | 0 | 50 | 30 | 225 | 100 | 56 |
| Binary | 101011 | 11000010 | 1110101 | 1001110 | 0 | 101000 | 11000 | 10010101 | 1000000 | 101110 |
Color Harmonies of #2BC275
Complementary color
Monochromatic Colors of #2BC275
Black with #2BC275
Text Example
Text Example
White with #2BC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC275; }
p { color: rgb(43,194,117); }
H1.HeaderClassName
{
color: #2BC275;
}
.AnyTagClassName
{
color: #2BC275;
}
</style>
background-color css
<style>
a { background-color: #2BC275; }
a { background-color: rgb(43,194,117); }
div.DivClassName
{
background-color: #2BC275;
}
.BgClassName
{
background-color: #2BC275;
}
</style>
border-color css
<style>
span { border-color: #2BC275; }
span { border-color: rgb(43,194,117); }
td.TdClassName
{
border-color: #2BC275;
}
.TagClassName
{
border-color: #2BC275;
}
</style>