Shades of Medium Sea Green #2BD165
Tints of Medium Sea Green #2BD165
RGB
CMYK
RGB Variations
Color information
#2BD165 (or 0x2BD165) is known color: Medium Sea Green. HEX triplet: 2B, D1 and 65. RGB value is (43,209,101). Sum of RGB (Red+Green+Blue) = 43+209+101=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 209 (82.03% from 255 or 59.21% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD165 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD165 is #D42E9A. Grayscale: #939393. Windows color (decimal): -13905563 or 6672683. OLE color: 6672683.
HSL color Cylindrical-coordinate representation of color #2BD165: hue angle of 140.96º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD165 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 209 | 101 | - |
| CMYK | 0.79 | 0 | 0.52 | 0.18 |
| HSL | 140.96º | 0.66% | 0.49% | - |
| HSV(B) | 140.96º | 0.79% | 0.82% | - |
| XYZ | 26.15 | 47.05 | 20.02 | - |
| YUV | 147.05 | 102 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 209 | 101 | 0.79 | 0 | 0.52 | 0.18 | 140.96 | 0.66 | 0.49 |
| Hex | 2B | D1 | 65 | 4F | 0 | 34 | 12 | 8D | 42 | 31 |
| Octal | 53 | 321 | 145 | 117 | 0 | 64 | 22 | 215 | 102 | 61 |
| Binary | 101011 | 11010001 | 1100101 | 1001111 | 0 | 110100 | 10010 | 10001101 | 1000010 | 110001 |
Color Harmonies of #2BD165
Complementary color
Monochromatic Colors of #2BD165
Black with #2BD165
Text Example
Text Example
White with #2BD165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD165; }
p { color: rgb(43,209,101); }
H1.HeaderClassName
{
color: #2BD165;
}
.AnyTagClassName
{
color: #2BD165;
}
</style>
background-color css
<style>
a { background-color: #2BD165; }
a { background-color: rgb(43,209,101); }
div.DivClassName
{
background-color: #2BD165;
}
.BgClassName
{
background-color: #2BD165;
}
</style>
border-color css
<style>
span { border-color: #2BD165; }
span { border-color: rgb(43,209,101); }
td.TdClassName
{
border-color: #2BD165;
}
.TagClassName
{
border-color: #2BD165;
}
</style>