Shades of Medium Sea Green #2BD175
Tints of Medium Sea Green #2BD175
RGB
CMYK
RGB Variations
Color information
#2BD175 (or 0x2BD175) is known color: Medium Sea Green. HEX triplet: 2B, D1 and 75. RGB value is (43,209,117). Sum of RGB (Red+Green+Blue) = 43+209+117=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 209 (82.03% from 255 or 56.64% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD175 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD175 is #D42E8A. Grayscale: #959595. Windows color (decimal): -13905547 or 7721259. OLE color: 7721259.
HSL color Cylindrical-coordinate representation of color #2BD175: hue angle of 146.75º 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 #2BD175 is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 209 | 117 | - |
| CMYK | 0.79 | 0 | 0.44 | 0.18 |
| HSL | 146.75º | 0.66% | 0.49% | - |
| HSV(B) | 146.75º | 0.79% | 0.82% | - |
| XYZ | 27.01 | 47.4 | 24.56 | - |
| YUV | 148.88 | 110 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 209 | 117 | 0.79 | 0 | 0.44 | 0.18 | 146.75 | 0.66 | 0.49 |
| Hex | 2B | D1 | 75 | 4F | 0 | 2C | 12 | 93 | 42 | 31 |
| Octal | 53 | 321 | 165 | 117 | 0 | 54 | 22 | 223 | 102 | 61 |
| Binary | 101011 | 11010001 | 1110101 | 1001111 | 0 | 101100 | 10010 | 10010011 | 1000010 | 110001 |
Color Harmonies of #2BD175
Complementary color
Monochromatic Colors of #2BD175
Black with #2BD175
Text Example
Text Example
White with #2BD175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD175; }
p { color: rgb(43,209,117); }
H1.HeaderClassName
{
color: #2BD175;
}
.AnyTagClassName
{
color: #2BD175;
}
</style>
background-color css
<style>
a { background-color: #2BD175; }
a { background-color: rgb(43,209,117); }
div.DivClassName
{
background-color: #2BD175;
}
.BgClassName
{
background-color: #2BD175;
}
</style>
border-color css
<style>
span { border-color: #2BD175; }
span { border-color: rgb(43,209,117); }
td.TdClassName
{
border-color: #2BD175;
}
.TagClassName
{
border-color: #2BD175;
}
</style>