Shades of Medium Sea Green #2BD275
Tints of Medium Sea Green #2BD275
RGB
CMYK
RGB Variations
Color information
#2BD275 (or 0x2BD275) is known color: Medium Sea Green. HEX triplet: 2B, D2 and 75. RGB value is (43,210,117). Sum of RGB (Red+Green+Blue) = 43+210+117=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD275 is #D42D8A. Grayscale: #959595. Windows color (decimal): -13905291 or 7721515. OLE color: 7721515.
HSL color Cylindrical-coordinate representation of color #2BD275: hue angle of 146.59º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD275 is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 210 | 117 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.18 |
| HSL | 146.59º | 0.66% | 0.5% | - |
| HSV(B) | 146.59º | 0.8% | 0.82% | - |
| XYZ | 27.25 | 47.89 | 24.64 | - |
| YUV | 149.47 | 109.67 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 210 | 117 | 0.80 | 0 | 0.44 | 0.18 | 146.59 | 0.66 | 0.5 |
| Hex | 2B | D2 | 75 | 50 | 0 | 2C | 12 | 93 | 42 | 32 |
| Octal | 53 | 322 | 165 | 120 | 0 | 54 | 22 | 223 | 102 | 62 |
| Binary | 101011 | 11010010 | 1110101 | 1010000 | 0 | 101100 | 10010 | 10010011 | 1000010 | 110010 |
Color Harmonies of #2BD275
Complementary color
Monochromatic Colors of #2BD275
Black with #2BD275
Text Example
Text Example
White with #2BD275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD275; }
p { color: rgb(43,210,117); }
H1.HeaderClassName
{
color: #2BD275;
}
.AnyTagClassName
{
color: #2BD275;
}
</style>
background-color css
<style>
a { background-color: #2BD275; }
a { background-color: rgb(43,210,117); }
div.DivClassName
{
background-color: #2BD275;
}
.BgClassName
{
background-color: #2BD275;
}
</style>
border-color css
<style>
span { border-color: #2BD275; }
span { border-color: rgb(43,210,117); }
td.TdClassName
{
border-color: #2BD275;
}
.TagClassName
{
border-color: #2BD275;
}
</style>