Shades of Medium Sea Green #2CB474
Tints of Medium Sea Green #2CB474
RGB
CMYK
RGB Variations
Color information
#2CB474 (or 0x2CB474) is known color: Medium Sea Green. HEX triplet: 2C, B4 and 74. RGB value is (44,180,116). Sum of RGB (Red+Green+Blue) = 44+180+116=340 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.94% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB474 is #D34B8B. Grayscale: #848484. Windows color (decimal): -13847436 or 7648300. OLE color: 7648300.
HSL color Cylindrical-coordinate representation of color #2CB474: hue angle of 151.76º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB474 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 180 | 116 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.29 |
| HSL | 151.76º | 0.61% | 0.44% | - |
| HSV(B) | 151.76º | 0.76% | 0.71% | - |
| XYZ | 20.51 | 34.44 | 22.09 | - |
| YUV | 132.04 | 118.94 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 180 | 116 | 0.76 | 0 | 0.36 | 0.29 | 151.76 | 0.61 | 0.44 |
| Hex | 2C | B4 | 74 | 4C | 0 | 24 | 1D | 98 | 3D | 2C |
| Octal | 54 | 264 | 164 | 114 | 0 | 44 | 35 | 230 | 75 | 54 |
| Binary | 101100 | 10110100 | 1110100 | 1001100 | 0 | 100100 | 11101 | 10011000 | 111101 | 101100 |
Color Harmonies of #2CB474
Complementary color
Monochromatic Colors of #2CB474
Black with #2CB474
Text Example
Text Example
White with #2CB474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB474; }
p { color: rgb(44,180,116); }
H1.HeaderClassName
{
color: #2CB474;
}
.AnyTagClassName
{
color: #2CB474;
}
</style>
background-color css
<style>
a { background-color: #2CB474; }
a { background-color: rgb(44,180,116); }
div.DivClassName
{
background-color: #2CB474;
}
.BgClassName
{
background-color: #2CB474;
}
</style>
border-color css
<style>
span { border-color: #2CB474; }
span { border-color: rgb(44,180,116); }
td.TdClassName
{
border-color: #2CB474;
}
.TagClassName
{
border-color: #2CB474;
}
</style>