Shades of Medium Sea Green #2DBA6B
Tints of Medium Sea Green #2DBA6B
RGB
CMYK
RGB Variations
Color information
#2DBA6B (or 0x2DBA6B) is known color: Medium Sea Green. HEX triplet: 2D, BA and 6B. RGB value is (45,186,107). Sum of RGB (Red+Green+Blue) = 45+186+107=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBA6B is #D24594. Grayscale: #878787. Windows color (decimal): -13780373 or 7060013. OLE color: 7060013.
HSL color Cylindrical-coordinate representation of color #2DBA6B: hue angle of 146.38º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBA6B is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 186 | 107 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.27 |
| HSL | 146.38º | 0.61% | 0.45% | - |
| HSV(B) | 146.38º | 0.76% | 0.73% | - |
| XYZ | 21.29 | 36.74 | 19.88 | - |
| YUV | 134.84 | 112.29 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 107 | 0.76 | 0 | 0.42 | 0.27 | 146.38 | 0.61 | 0.45 |
| Hex | 2D | BA | 6B | 4C | 0 | 2A | 1B | 92 | 3D | 2D |
| Octal | 55 | 272 | 153 | 114 | 0 | 52 | 33 | 222 | 75 | 55 |
| Binary | 101101 | 10111010 | 1101011 | 1001100 | 0 | 101010 | 11011 | 10010010 | 111101 | 101101 |
Color Harmonies of #2DBA6B
Complementary color
Monochromatic Colors of #2DBA6B
Black with #2DBA6B
Text Example
Text Example
White with #2DBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBA6B; }
p { color: rgb(45,186,107); }
H1.HeaderClassName
{
color: #2DBA6B;
}
.AnyTagClassName
{
color: #2DBA6B;
}
</style>
background-color css
<style>
a { background-color: #2DBA6B; }
a { background-color: rgb(45,186,107); }
div.DivClassName
{
background-color: #2DBA6B;
}
.BgClassName
{
background-color: #2DBA6B;
}
</style>
border-color css
<style>
span { border-color: #2DBA6B; }
span { border-color: rgb(45,186,107); }
td.TdClassName
{
border-color: #2DBA6B;
}
.TagClassName
{
border-color: #2DBA6B;
}
</style>