Shades of Medium Sea Green #2BCD74
Tints of Medium Sea Green #2BCD74
RGB
CMYK
RGB Variations
Color information
#2BCD74 (or 0x2BCD74) is known color: Medium Sea Green. HEX triplet: 2B, CD and 74. RGB value is (43,205,116). Sum of RGB (Red+Green+Blue) = 43+205+116=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 205 (80.47% from 255 or 56.32% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCD74 is #D4328B. Grayscale: #929292. Windows color (decimal): -13906572 or 7654699. OLE color: 7654699.
HSL color Cylindrical-coordinate representation of color #2BCD74: hue angle of 147.04º 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 #2BCD74 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 205 | 116 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.20 |
| HSL | 147.04º | 0.65% | 0.49% | - |
| HSV(B) | 147.04º | 0.79% | 0.8% | - |
| XYZ | 25.98 | 45.44 | 23.92 | - |
| YUV | 146.42 | 110.83 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 116 | 0.79 | 0 | 0.43 | 0.20 | 147.04 | 0.65 | 0.49 |
| Hex | 2B | CD | 74 | 4F | 0 | 2B | 14 | 93 | 41 | 31 |
| Octal | 53 | 315 | 164 | 117 | 0 | 53 | 24 | 223 | 101 | 61 |
| Binary | 101011 | 11001101 | 1110100 | 1001111 | 0 | 101011 | 10100 | 10010011 | 1000001 | 110001 |
Color Harmonies of #2BCD74
Complementary color
Monochromatic Colors of #2BCD74
Black with #2BCD74
Text Example
Text Example
White with #2BCD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCD74; }
p { color: rgb(43,205,116); }
H1.HeaderClassName
{
color: #2BCD74;
}
.AnyTagClassName
{
color: #2BCD74;
}
</style>
background-color css
<style>
a { background-color: #2BCD74; }
a { background-color: rgb(43,205,116); }
div.DivClassName
{
background-color: #2BCD74;
}
.BgClassName
{
background-color: #2BCD74;
}
</style>
border-color css
<style>
span { border-color: #2BCD74; }
span { border-color: rgb(43,205,116); }
td.TdClassName
{
border-color: #2BCD74;
}
.TagClassName
{
border-color: #2BCD74;
}
</style>