Shades of Medium Sea Green #2CBF75
Tints of Medium Sea Green #2CBF75
RGB
CMYK
RGB Variations
Color information
#2CBF75 (or 0x2CBF75) is known color: Medium Sea Green. HEX triplet: 2C, BF and 75. RGB value is (44,191,117). Sum of RGB (Red+Green+Blue) = 44+191+117=352 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.5% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBF75 is #D3408A. Grayscale: #8A8A8A. Windows color (decimal): -13844619 or 7716652. OLE color: 7716652.
HSL color Cylindrical-coordinate representation of color #2CBF75: hue angle of 149.8º 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 #2CBF75 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 191 | 117 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.25 |
| HSL | 149.8º | 0.63% | 0.46% | - |
| HSV(B) | 149.8º | 0.77% | 0.75% | - |
| XYZ | 22.88 | 39.08 | 23.17 | - |
| YUV | 138.61 | 115.8 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 191 | 117 | 0.77 | 0 | 0.39 | 0.25 | 149.8 | 0.63 | 0.46 |
| Hex | 2C | BF | 75 | 4D | 0 | 27 | 19 | 96 | 3F | 2E |
| Octal | 54 | 277 | 165 | 115 | 0 | 47 | 31 | 226 | 77 | 56 |
| Binary | 101100 | 10111111 | 1110101 | 1001101 | 0 | 100111 | 11001 | 10010110 | 111111 | 101110 |
Color Harmonies of #2CBF75
Complementary color
Monochromatic Colors of #2CBF75
Black with #2CBF75
Text Example
Text Example
White with #2CBF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBF75; }
p { color: rgb(44,191,117); }
H1.HeaderClassName
{
color: #2CBF75;
}
.AnyTagClassName
{
color: #2CBF75;
}
</style>
background-color css
<style>
a { background-color: #2CBF75; }
a { background-color: rgb(44,191,117); }
div.DivClassName
{
background-color: #2CBF75;
}
.BgClassName
{
background-color: #2CBF75;
}
</style>
border-color css
<style>
span { border-color: #2CBF75; }
span { border-color: rgb(44,191,117); }
td.TdClassName
{
border-color: #2CBF75;
}
.TagClassName
{
border-color: #2CBF75;
}
</style>