Shades of Medium Sea Green #2BCD76
Tints of Medium Sea Green #2BCD76
RGB
CMYK
RGB Variations
Color information
#2BCD76 (or 0x2BCD76) is known color: Medium Sea Green. HEX triplet: 2B, CD and 76. RGB value is (43,205,118). Sum of RGB (Red+Green+Blue) = 43+205+118=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 205 (80.47% from 255 or 56.01% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCD76 is #D43289. Grayscale: #929292. Windows color (decimal): -13906570 or 7785771. OLE color: 7785771.
HSL color Cylindrical-coordinate representation of color #2BCD76: hue angle of 147.78º 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 #2BCD76 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 205 | 118 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.20 |
| HSL | 147.78º | 0.65% | 0.49% | - |
| HSV(B) | 147.78º | 0.79% | 0.8% | - |
| XYZ | 26.1 | 45.48 | 24.54 | - |
| YUV | 146.64 | 111.83 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 118 | 0.79 | 0 | 0.42 | 0.20 | 147.78 | 0.65 | 0.49 |
| Hex | 2B | CD | 76 | 4F | 0 | 2A | 14 | 94 | 41 | 31 |
| Octal | 53 | 315 | 166 | 117 | 0 | 52 | 24 | 224 | 101 | 61 |
| Binary | 101011 | 11001101 | 1110110 | 1001111 | 0 | 101010 | 10100 | 10010100 | 1000001 | 110001 |
Color Harmonies of #2BCD76
Complementary color
Monochromatic Colors of #2BCD76
Black with #2BCD76
Text Example
Text Example
White with #2BCD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCD76; }
p { color: rgb(43,205,118); }
H1.HeaderClassName
{
color: #2BCD76;
}
.AnyTagClassName
{
color: #2BCD76;
}
</style>
background-color css
<style>
a { background-color: #2BCD76; }
a { background-color: rgb(43,205,118); }
div.DivClassName
{
background-color: #2BCD76;
}
.BgClassName
{
background-color: #2BCD76;
}
</style>
border-color css
<style>
span { border-color: #2BCD76; }
span { border-color: rgb(43,205,118); }
td.TdClassName
{
border-color: #2BCD76;
}
.TagClassName
{
border-color: #2BCD76;
}
</style>