Shades of Medium Sea Green #3CB272
Tints of Medium Sea Green #3CB272
RGB
CMYK
RGB Variations
Color information
#3CB272 (or 0x3CB272) is known color: Medium Sea Green. HEX triplet: 3C, B2 and 72. RGB value is (60,178,114). Sum of RGB (Red+Green+Blue) = 60+178+114=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB272 is #C34D8D. Grayscale: #878787. Windows color (decimal): -12799374 or 7516732. OLE color: 7516732.
HSL color Cylindrical-coordinate representation of color #3CB272: hue angle of 147.46º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB272 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 114 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.30 |
| HSL | 147.46º | 0.5% | 0.47% | - |
| HSV(B) | 147.46º | 0.66% | 0.7% | - |
| XYZ | 20.82 | 34.02 | 21.39 | - |
| YUV | 135.42 | 115.91 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 114 | 0.66 | 0 | 0.36 | 0.30 | 147.46 | 0.5 | 0.47 |
| Hex | 3C | B2 | 72 | 42 | 0 | 24 | 1E | 93 | 32 | 2F |
| Octal | 74 | 262 | 162 | 102 | 0 | 44 | 36 | 223 | 62 | 57 |
| Binary | 111100 | 10110010 | 1110010 | 1000010 | 0 | 100100 | 11110 | 10010011 | 110010 | 101111 |
Color Harmonies of #3CB272
Complementary color
Monochromatic Colors of #3CB272
Black with #3CB272
Text Example
Text Example
White with #3CB272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB272; }
p { color: rgb(60,178,114); }
H1.HeaderClassName
{
color: #3CB272;
}
.AnyTagClassName
{
color: #3CB272;
}
</style>
background-color css
<style>
a { background-color: #3CB272; }
a { background-color: rgb(60,178,114); }
div.DivClassName
{
background-color: #3CB272;
}
.BgClassName
{
background-color: #3CB272;
}
</style>
border-color css
<style>
span { border-color: #3CB272; }
span { border-color: rgb(60,178,114); }
td.TdClassName
{
border-color: #3CB272;
}
.TagClassName
{
border-color: #3CB272;
}
</style>