Shades of Medium Sea Green #2DC175
Tints of Medium Sea Green #2DC175
RGB
CMYK
RGB Variations
Color information
#2DC175 (or 0x2DC175) is known color: Medium Sea Green. HEX triplet: 2D, C1 and 75. RGB value is (45,193,117). Sum of RGB (Red+Green+Blue) = 45+193+117=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 193 (75.78% from 255 or 54.37% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC175 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC175 is #D23E8A. Grayscale: #8C8C8C. Windows color (decimal): -13778571 or 7717165. OLE color: 7717165.
HSL color Cylindrical-coordinate representation of color #2DC175: hue angle of 149.19º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC175 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 117 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.24 |
| HSL | 149.19º | 0.62% | 0.47% | - |
| HSV(B) | 149.19º | 0.77% | 0.76% | - |
| XYZ | 23.36 | 39.98 | 23.32 | - |
| YUV | 140.08 | 114.97 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 117 | 0.77 | 0 | 0.39 | 0.24 | 149.19 | 0.62 | 0.47 |
| Hex | 2D | C1 | 75 | 4D | 0 | 27 | 18 | 95 | 3E | 2F |
| Octal | 55 | 301 | 165 | 115 | 0 | 47 | 30 | 225 | 76 | 57 |
| Binary | 101101 | 11000001 | 1110101 | 1001101 | 0 | 100111 | 11000 | 10010101 | 111110 | 101111 |
Color Harmonies of #2DC175
Complementary color
Monochromatic Colors of #2DC175
Black with #2DC175
Text Example
Text Example
White with #2DC175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC175; }
p { color: rgb(45,193,117); }
H1.HeaderClassName
{
color: #2DC175;
}
.AnyTagClassName
{
color: #2DC175;
}
</style>
background-color css
<style>
a { background-color: #2DC175; }
a { background-color: rgb(45,193,117); }
div.DivClassName
{
background-color: #2DC175;
}
.BgClassName
{
background-color: #2DC175;
}
</style>
border-color css
<style>
span { border-color: #2DC175; }
span { border-color: rgb(45,193,117); }
td.TdClassName
{
border-color: #2DC175;
}
.TagClassName
{
border-color: #2DC175;
}
</style>