Shades of Medium Sea Green #2BCD7B
Tints of Medium Sea Green #2BCD7B
RGB
CMYK
RGB Variations
Color information
#2BCD7B (or 0x2BCD7B) is known color: Medium Sea Green. HEX triplet: 2B, CD and 7B. RGB value is (43,205,123). Sum of RGB (Red+Green+Blue) = 43+205+123=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCD7B is #D43284. Grayscale: #939393. Windows color (decimal): -13906565 or 8113451. OLE color: 8113451.
HSL color Cylindrical-coordinate representation of color #2BCD7B: hue angle of 149.63º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCD7B is Cyan = 0.79, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 205 | 123 | - |
| CMYK | 0.79 | 0 | 0.4 | 0.20 |
| HSL | 149.63º | 0.65% | 0.49% | - |
| HSV(B) | 149.63º | 0.79% | 0.8% | - |
| XYZ | 26.4 | 45.61 | 26.15 | - |
| YUV | 147.21 | 114.33 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 123 | 0.79 | 0 | 0.4 | 0.20 | 149.63 | 0.65 | 0.49 |
| Hex | 2B | CD | 7B | 4F | 0 | 28 | 14 | 96 | 41 | 31 |
| Octal | 53 | 315 | 173 | 117 | 0 | 50 | 24 | 226 | 101 | 61 |
| Binary | 101011 | 11001101 | 1111011 | 1001111 | 0 | 101000 | 10100 | 10010110 | 1000001 | 110001 |
Color Harmonies of #2BCD7B
Complementary color
Monochromatic Colors of #2BCD7B
Black with #2BCD7B
Text Example
Text Example
White with #2BCD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCD7B; }
p { color: rgb(43,205,123); }
H1.HeaderClassName
{
color: #2BCD7B;
}
.AnyTagClassName
{
color: #2BCD7B;
}
</style>
background-color css
<style>
a { background-color: #2BCD7B; }
a { background-color: rgb(43,205,123); }
div.DivClassName
{
background-color: #2BCD7B;
}
.BgClassName
{
background-color: #2BCD7B;
}
</style>
border-color css
<style>
span { border-color: #2BCD7B; }
span { border-color: rgb(43,205,123); }
td.TdClassName
{
border-color: #2BCD7B;
}
.TagClassName
{
border-color: #2BCD7B;
}
</style>