Shades of Medium Sea Green #2DBE7B
Tints of Medium Sea Green #2DBE7B
RGB
CMYK
RGB Variations
Color information
#2DBE7B (or 0x2DBE7B) is known color: Medium Sea Green. HEX triplet: 2D, BE and 7B. RGB value is (45,190,123). Sum of RGB (Red+Green+Blue) = 45+190+123=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBE7B is #D24184. Grayscale: #8B8B8B. Windows color (decimal): -13779333 or 8109613. OLE color: 8109613.
HSL color Cylindrical-coordinate representation of color #2DBE7B: hue angle of 152.28º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBE7B is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 123 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.25 |
| HSL | 152.28º | 0.62% | 0.46% | - |
| HSV(B) | 152.28º | 0.76% | 0.75% | - |
| XYZ | 23.07 | 38.81 | 25.01 | - |
| YUV | 139.01 | 118.96 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 123 | 0.76 | 0 | 0.35 | 0.25 | 152.28 | 0.62 | 0.46 |
| Hex | 2D | BE | 7B | 4C | 0 | 23 | 19 | 98 | 3E | 2E |
| Octal | 55 | 276 | 173 | 114 | 0 | 43 | 31 | 230 | 76 | 56 |
| Binary | 101101 | 10111110 | 1111011 | 1001100 | 0 | 100011 | 11001 | 10011000 | 111110 | 101110 |
Color Harmonies of #2DBE7B
Complementary color
Monochromatic Colors of #2DBE7B
Black with #2DBE7B
Text Example
Text Example
White with #2DBE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE7B; }
p { color: rgb(45,190,123); }
H1.HeaderClassName
{
color: #2DBE7B;
}
.AnyTagClassName
{
color: #2DBE7B;
}
</style>
background-color css
<style>
a { background-color: #2DBE7B; }
a { background-color: rgb(45,190,123); }
div.DivClassName
{
background-color: #2DBE7B;
}
.BgClassName
{
background-color: #2DBE7B;
}
</style>
border-color css
<style>
span { border-color: #2DBE7B; }
span { border-color: rgb(45,190,123); }
td.TdClassName
{
border-color: #2DBE7B;
}
.TagClassName
{
border-color: #2DBE7B;
}
</style>