Shades of Medium Sea Green #2DC678
Tints of Medium Sea Green #2DC678
RGB
CMYK
RGB Variations
Color information
#2DC678 (or 0x2DC678) is known color: Medium Sea Green. HEX triplet: 2D, C6 and 78. RGB value is (45,198,120). Sum of RGB (Red+Green+Blue) = 45+198+120=363 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.40% from 363); Green value is 198 (77.73% from 255 or 54.55% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC678 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC678 is #D23987. Grayscale: #8F8F8F. Windows color (decimal): -13777288 or 7915053. OLE color: 7915053.
HSL color Cylindrical-coordinate representation of color #2DC678: hue angle of 149.41º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC678 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 198 | 120 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.22 |
| HSL | 149.41º | 0.63% | 0.48% | - |
| HSV(B) | 149.41º | 0.77% | 0.78% | - |
| XYZ | 24.67 | 42.3 | 24.63 | - |
| YUV | 143.36 | 114.81 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 198 | 120 | 0.77 | 0 | 0.39 | 0.22 | 149.41 | 0.63 | 0.48 |
| Hex | 2D | C6 | 78 | 4D | 0 | 27 | 16 | 95 | 3F | 30 |
| Octal | 55 | 306 | 170 | 115 | 0 | 47 | 26 | 225 | 77 | 60 |
| Binary | 101101 | 11000110 | 1111000 | 1001101 | 0 | 100111 | 10110 | 10010101 | 111111 | 110000 |
Color Harmonies of #2DC678
Complementary color
Monochromatic Colors of #2DC678
Black with #2DC678
Text Example
Text Example
White with #2DC678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC678; }
p { color: rgb(45,198,120); }
H1.HeaderClassName
{
color: #2DC678;
}
.AnyTagClassName
{
color: #2DC678;
}
</style>
background-color css
<style>
a { background-color: #2DC678; }
a { background-color: rgb(45,198,120); }
div.DivClassName
{
background-color: #2DC678;
}
.BgClassName
{
background-color: #2DC678;
}
</style>
border-color css
<style>
span { border-color: #2DC678; }
span { border-color: rgb(45,198,120); }
td.TdClassName
{
border-color: #2DC678;
}
.TagClassName
{
border-color: #2DC678;
}
</style>