Shades of Medium Sea Green #2CCB74
Tints of Medium Sea Green #2CCB74
RGB
CMYK
RGB Variations
Color information
#2CCB74 (or 0x2CCB74) is known color: Medium Sea Green. HEX triplet: 2C, CB and 74. RGB value is (44,203,116). Sum of RGB (Red+Green+Blue) = 44+203+116=363 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.12% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCB74 is #D3348B. Grayscale: #919191. Windows color (decimal): -13841548 or 7654188. OLE color: 7654188.
HSL color Cylindrical-coordinate representation of color #2CCB74: hue angle of 147.17º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCB74 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 203 | 116 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.20 |
| HSL | 147.17º | 0.64% | 0.48% | - |
| HSV(B) | 147.17º | 0.78% | 0.8% | - |
| XYZ | 25.55 | 44.51 | 23.77 | - |
| YUV | 145.54 | 111.32 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 203 | 116 | 0.78 | 0 | 0.43 | 0.20 | 147.17 | 0.64 | 0.48 |
| Hex | 2C | CB | 74 | 4E | 0 | 2B | 14 | 93 | 40 | 30 |
| Octal | 54 | 313 | 164 | 116 | 0 | 53 | 24 | 223 | 100 | 60 |
| Binary | 101100 | 11001011 | 1110100 | 1001110 | 0 | 101011 | 10100 | 10010011 | 1000000 | 110000 |
Color Harmonies of #2CCB74
Complementary color
Monochromatic Colors of #2CCB74
Black with #2CCB74
Text Example
Text Example
White with #2CCB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCB74; }
p { color: rgb(44,203,116); }
H1.HeaderClassName
{
color: #2CCB74;
}
.AnyTagClassName
{
color: #2CCB74;
}
</style>
background-color css
<style>
a { background-color: #2CCB74; }
a { background-color: rgb(44,203,116); }
div.DivClassName
{
background-color: #2CCB74;
}
.BgClassName
{
background-color: #2CCB74;
}
</style>
border-color css
<style>
span { border-color: #2CCB74; }
span { border-color: rgb(44,203,116); }
td.TdClassName
{
border-color: #2CCB74;
}
.TagClassName
{
border-color: #2CCB74;
}
</style>