Shades of Medium Sea Green #2BCD72
Tints of Medium Sea Green #2BCD72
RGB
CMYK
RGB Variations
Color information
#2BCD72 (or 0x2BCD72) is known color: Medium Sea Green. HEX triplet: 2B, CD and 72. RGB value is (43,205,114). Sum of RGB (Red+Green+Blue) = 43+205+114=362 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.88% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCD72 is #D4328D. Grayscale: #929292. Windows color (decimal): -13906574 or 7523627. OLE color: 7523627.
HSL color Cylindrical-coordinate representation of color #2BCD72: hue angle of 146.3º 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 #2BCD72 is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 205 | 114 | - |
| CMYK | 0.79 | 0 | 0.44 | 0.20 |
| HSL | 146.3º | 0.65% | 0.49% | - |
| HSV(B) | 146.3º | 0.79% | 0.8% | - |
| XYZ | 25.86 | 45.39 | 23.32 | - |
| YUV | 146.19 | 109.83 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 114 | 0.79 | 0 | 0.44 | 0.20 | 146.3 | 0.65 | 0.49 |
| Hex | 2B | CD | 72 | 4F | 0 | 2C | 14 | 92 | 41 | 31 |
| Octal | 53 | 315 | 162 | 117 | 0 | 54 | 24 | 222 | 101 | 61 |
| Binary | 101011 | 11001101 | 1110010 | 1001111 | 0 | 101100 | 10100 | 10010010 | 1000001 | 110001 |
Color Harmonies of #2BCD72
Complementary color
Monochromatic Colors of #2BCD72
Black with #2BCD72
Text Example
Text Example
White with #2BCD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCD72; }
p { color: rgb(43,205,114); }
H1.HeaderClassName
{
color: #2BCD72;
}
.AnyTagClassName
{
color: #2BCD72;
}
</style>
background-color css
<style>
a { background-color: #2BCD72; }
a { background-color: rgb(43,205,114); }
div.DivClassName
{
background-color: #2BCD72;
}
.BgClassName
{
background-color: #2BCD72;
}
</style>
border-color css
<style>
span { border-color: #2BCD72; }
span { border-color: rgb(43,205,114); }
td.TdClassName
{
border-color: #2BCD72;
}
.TagClassName
{
border-color: #2BCD72;
}
</style>