Shades of Medium Sea Green #2CC078
Tints of Medium Sea Green #2CC078
RGB
CMYK
RGB Variations
Color information
#2CC078 (or 0x2CC078) is known color: Medium Sea Green. HEX triplet: 2C, C0 and 78. RGB value is (44,192,120). Sum of RGB (Red+Green+Blue) = 44+192+120=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC078 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC078 is #D33F87. Grayscale: #8B8B8B. Windows color (decimal): -13844360 or 7913516. OLE color: 7913516.
HSL color Cylindrical-coordinate representation of color #2CC078: hue angle of 150.81º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC078 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 120 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.25 |
| HSL | 150.81º | 0.63% | 0.46% | - |
| HSV(B) | 150.81º | 0.77% | 0.75% | - |
| XYZ | 23.28 | 39.59 | 24.18 | - |
| YUV | 139.54 | 116.97 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 120 | 0.77 | 0 | 0.38 | 0.25 | 150.81 | 0.63 | 0.46 |
| Hex | 2C | C0 | 78 | 4D | 0 | 26 | 19 | 97 | 3F | 2E |
| Octal | 54 | 300 | 170 | 115 | 0 | 46 | 31 | 227 | 77 | 56 |
| Binary | 101100 | 11000000 | 1111000 | 1001101 | 0 | 100110 | 11001 | 10010111 | 111111 | 101110 |
Color Harmonies of #2CC078
Complementary color
Monochromatic Colors of #2CC078
Black with #2CC078
Text Example
Text Example
White with #2CC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC078; }
p { color: rgb(44,192,120); }
H1.HeaderClassName
{
color: #2CC078;
}
.AnyTagClassName
{
color: #2CC078;
}
</style>
background-color css
<style>
a { background-color: #2CC078; }
a { background-color: rgb(44,192,120); }
div.DivClassName
{
background-color: #2CC078;
}
.BgClassName
{
background-color: #2CC078;
}
</style>
border-color css
<style>
span { border-color: #2CC078; }
span { border-color: rgb(44,192,120); }
td.TdClassName
{
border-color: #2CC078;
}
.TagClassName
{
border-color: #2CC078;
}
</style>