Shades of Medium Sea Green #2CC875
Tints of Medium Sea Green #2CC875
RGB
CMYK
RGB Variations
Color information
#2CC875 (or 0x2CC875) is known color: Medium Sea Green. HEX triplet: 2C, C8 and 75. RGB value is (44,200,117). Sum of RGB (Red+Green+Blue) = 44+200+117=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #2CC875 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC875 is #D3378A. Grayscale: #909090. Windows color (decimal): -13842315 or 7718956. OLE color: 7718956.
HSL color Cylindrical-coordinate representation of color #2CC875: hue angle of 148.08º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC875 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 200 | 117 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.22 |
| HSL | 148.08º | 0.64% | 0.48% | - |
| HSV(B) | 148.08º | 0.78% | 0.78% | - |
| XYZ | 24.9 | 43.13 | 23.84 | - |
| YUV | 143.89 | 112.82 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 200 | 117 | 0.78 | 0 | 0.42 | 0.22 | 148.08 | 0.64 | 0.48 |
| Hex | 2C | C8 | 75 | 4E | 0 | 2A | 16 | 94 | 40 | 30 |
| Octal | 54 | 310 | 165 | 116 | 0 | 52 | 26 | 224 | 100 | 60 |
| Binary | 101100 | 11001000 | 1110101 | 1001110 | 0 | 101010 | 10110 | 10010100 | 1000000 | 110000 |
Color Harmonies of #2CC875
Complementary color
Monochromatic Colors of #2CC875
Black with #2CC875
Text Example
Text Example
White with #2CC875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC875; }
p { color: rgb(44,200,117); }
H1.HeaderClassName
{
color: #2CC875;
}
.AnyTagClassName
{
color: #2CC875;
}
</style>
background-color css
<style>
a { background-color: #2CC875; }
a { background-color: rgb(44,200,117); }
div.DivClassName
{
background-color: #2CC875;
}
.BgClassName
{
background-color: #2CC875;
}
</style>
border-color css
<style>
span { border-color: #2CC875; }
span { border-color: rgb(44,200,117); }
td.TdClassName
{
border-color: #2CC875;
}
.TagClassName
{
border-color: #2CC875;
}
</style>