Shades of Medium Sea Green #3CB885
Tints of Medium Sea Green #3CB885
RGB
CMYK
RGB Variations
Color information
#3CB885 (or 0x3CB885) is known color: Medium Sea Green. HEX triplet: 3C, B8 and 85. RGB value is (60,184,133). Sum of RGB (Red+Green+Blue) = 60+184+133=377 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.92% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB885 is #C3477A. Grayscale: #8D8D8D. Windows color (decimal): -12797819 or 8763452. OLE color: 8763452.
HSL color Cylindrical-coordinate representation of color #3CB885: hue angle of 155.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB885 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 184 | 133 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.28 |
| HSL | 155.32º | 0.51% | 0.48% | - |
| HSV(B) | 155.32º | 0.67% | 0.72% | - |
| XYZ | 23.24 | 36.94 | 28.09 | - |
| YUV | 141.11 | 123.42 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 184 | 133 | 0.67 | 0 | 0.28 | 0.28 | 155.32 | 0.51 | 0.48 |
| Hex | 3C | B8 | 85 | 43 | 0 | 1C | 1C | 9B | 33 | 30 |
| Octal | 74 | 270 | 205 | 103 | 0 | 34 | 34 | 233 | 63 | 60 |
| Binary | 111100 | 10111000 | 10000101 | 1000011 | 0 | 11100 | 11100 | 10011011 | 110011 | 110000 |
Color Harmonies of #3CB885
Complementary color
Monochromatic Colors of #3CB885
Black with #3CB885
Text Example
Text Example
White with #3CB885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB885; }
p { color: rgb(60,184,133); }
H1.HeaderClassName
{
color: #3CB885;
}
.AnyTagClassName
{
color: #3CB885;
}
</style>
background-color css
<style>
a { background-color: #3CB885; }
a { background-color: rgb(60,184,133); }
div.DivClassName
{
background-color: #3CB885;
}
.BgClassName
{
background-color: #3CB885;
}
</style>
border-color css
<style>
span { border-color: #3CB885; }
span { border-color: rgb(60,184,133); }
td.TdClassName
{
border-color: #3CB885;
}
.TagClassName
{
border-color: #3CB885;
}
</style>