Shades of Medium Sea Green #2BD168
Tints of Medium Sea Green #2BD168
RGB
CMYK
RGB Variations
Color information
#2BD168 (or 0x2BD168) is known color: Medium Sea Green. HEX triplet: 2B, D1 and 68. RGB value is (43,209,104). Sum of RGB (Red+Green+Blue) = 43+209+104=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 209 (82.03% from 255 or 58.71% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD168 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD168 is #D42E97. Grayscale: #939393. Windows color (decimal): -13905560 or 6869291. OLE color: 6869291.
HSL color Cylindrical-coordinate representation of color #2BD168: hue angle of 142.05º 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 #2BD168 is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 209 | 104 | - |
| CMYK | 0.79 | 0 | 0.50 | 0.18 |
| HSL | 142.05º | 0.66% | 0.49% | - |
| HSV(B) | 142.05º | 0.79% | 0.82% | - |
| XYZ | 26.3 | 47.11 | 20.8 | - |
| YUV | 147.4 | 103.5 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 209 | 104 | 0.79 | 0 | 0.50 | 0.18 | 142.05 | 0.66 | 0.49 |
| Hex | 2B | D1 | 68 | 4F | 0 | 32 | 12 | 8E | 42 | 31 |
| Octal | 53 | 321 | 150 | 117 | 0 | 62 | 22 | 216 | 102 | 61 |
| Binary | 101011 | 11010001 | 1101000 | 1001111 | 0 | 110010 | 10010 | 10001110 | 1000010 | 110001 |
Color Harmonies of #2BD168
Complementary color
Monochromatic Colors of #2BD168
Black with #2BD168
Text Example
Text Example
White with #2BD168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD168; }
p { color: rgb(43,209,104); }
H1.HeaderClassName
{
color: #2BD168;
}
.AnyTagClassName
{
color: #2BD168;
}
</style>
background-color css
<style>
a { background-color: #2BD168; }
a { background-color: rgb(43,209,104); }
div.DivClassName
{
background-color: #2BD168;
}
.BgClassName
{
background-color: #2BD168;
}
</style>
border-color css
<style>
span { border-color: #2BD168; }
span { border-color: rgb(43,209,104); }
td.TdClassName
{
border-color: #2BD168;
}
.TagClassName
{
border-color: #2BD168;
}
</style>