Shades of Medium Sea Green #2BC375
Tints of Medium Sea Green #2BC375
RGB
CMYK
RGB Variations
Color information
#2BC375 (or 0x2BC375) is known color: Medium Sea Green. HEX triplet: 2B, C3 and 75. RGB value is (43,195,117). Sum of RGB (Red+Green+Blue) = 43+195+117=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC375 is #D43C8A. Grayscale: #8C8C8C. Windows color (decimal): -13909131 or 7717675. OLE color: 7717675.
HSL color Cylindrical-coordinate representation of color #2BC375: hue angle of 149.21º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC375 is Cyan = 0.78, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 195 | 117 | - |
| CMYK | 0.78 | 0 | 0.4 | 0.24 |
| HSL | 149.21º | 0.64% | 0.47% | - |
| HSV(B) | 149.21º | 0.78% | 0.76% | - |
| XYZ | 23.72 | 40.83 | 23.46 | - |
| YUV | 140.66 | 114.64 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 195 | 117 | 0.78 | 0 | 0.4 | 0.24 | 149.21 | 0.64 | 0.47 |
| Hex | 2B | C3 | 75 | 4E | 0 | 28 | 18 | 95 | 40 | 2F |
| Octal | 53 | 303 | 165 | 116 | 0 | 50 | 30 | 225 | 100 | 57 |
| Binary | 101011 | 11000011 | 1110101 | 1001110 | 0 | 101000 | 11000 | 10010101 | 1000000 | 101111 |
Color Harmonies of #2BC375
Complementary color
Monochromatic Colors of #2BC375
Black with #2BC375
Text Example
Text Example
White with #2BC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC375; }
p { color: rgb(43,195,117); }
H1.HeaderClassName
{
color: #2BC375;
}
.AnyTagClassName
{
color: #2BC375;
}
</style>
background-color css
<style>
a { background-color: #2BC375; }
a { background-color: rgb(43,195,117); }
div.DivClassName
{
background-color: #2BC375;
}
.BgClassName
{
background-color: #2BC375;
}
</style>
border-color css
<style>
span { border-color: #2BC375; }
span { border-color: rgb(43,195,117); }
td.TdClassName
{
border-color: #2BC375;
}
.TagClassName
{
border-color: #2BC375;
}
</style>