Shades of Medium Sea Green #3CB580
Tints of Medium Sea Green #3CB580
RGB
CMYK
RGB Variations
Color information
#3CB580 (or 0x3CB580) is known color: Medium Sea Green. HEX triplet: 3C, B5 and 80. RGB value is (60,181,128). Sum of RGB (Red+Green+Blue) = 60+181+128=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB580 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB580 is #C34A7F. Grayscale: #8A8A8A. Windows color (decimal): -12798592 or 8435004. OLE color: 8435004.
HSL color Cylindrical-coordinate representation of color #3CB580: hue angle of 153.72º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB580 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 128 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.29 |
| HSL | 153.72º | 0.5% | 0.47% | - |
| HSV(B) | 153.72º | 0.67% | 0.71% | - |
| XYZ | 22.28 | 35.57 | 26.11 | - |
| YUV | 138.78 | 121.91 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 128 | 0.67 | 0 | 0.29 | 0.29 | 153.72 | 0.5 | 0.47 |
| Hex | 3C | B5 | 80 | 43 | 0 | 1D | 1D | 9A | 32 | 2F |
| Octal | 74 | 265 | 200 | 103 | 0 | 35 | 35 | 232 | 62 | 57 |
| Binary | 111100 | 10110101 | 10000000 | 1000011 | 0 | 11101 | 11101 | 10011010 | 110010 | 101111 |
Color Harmonies of #3CB580
Complementary color
Monochromatic Colors of #3CB580
Black with #3CB580
Text Example
Text Example
White with #3CB580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB580; }
p { color: rgb(60,181,128); }
H1.HeaderClassName
{
color: #3CB580;
}
.AnyTagClassName
{
color: #3CB580;
}
</style>
background-color css
<style>
a { background-color: #3CB580; }
a { background-color: rgb(60,181,128); }
div.DivClassName
{
background-color: #3CB580;
}
.BgClassName
{
background-color: #3CB580;
}
</style>
border-color css
<style>
span { border-color: #3CB580; }
span { border-color: rgb(60,181,128); }
td.TdClassName
{
border-color: #3CB580;
}
.TagClassName
{
border-color: #3CB580;
}
</style>