Shades of Medium Sea Green #3CB886
Tints of Medium Sea Green #3CB886
RGB
CMYK
RGB Variations
Color information
#3CB886 (or 0x3CB886) is known color: Medium Sea Green. HEX triplet: 3C, B8 and 86. RGB value is (60,184,134). Sum of RGB (Red+Green+Blue) = 60+184+134=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB886 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB886 is #C34779. Grayscale: #8D8D8D. Windows color (decimal): -12797818 or 8828988. OLE color: 8828988.
HSL color Cylindrical-coordinate representation of color #3CB886: hue angle of 155.81º 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 #3CB886 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 184 | 134 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.28 |
| HSL | 155.81º | 0.51% | 0.48% | - |
| HSV(B) | 155.81º | 0.67% | 0.72% | - |
| XYZ | 23.31 | 36.96 | 28.46 | - |
| YUV | 141.22 | 123.92 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 184 | 134 | 0.67 | 0 | 0.27 | 0.28 | 155.81 | 0.51 | 0.48 |
| Hex | 3C | B8 | 86 | 43 | 0 | 1B | 1C | 9C | 33 | 30 |
| Octal | 74 | 270 | 206 | 103 | 0 | 33 | 34 | 234 | 63 | 60 |
| Binary | 111100 | 10111000 | 10000110 | 1000011 | 0 | 11011 | 11100 | 10011100 | 110011 | 110000 |
Color Harmonies of #3CB886
Complementary color
Monochromatic Colors of #3CB886
Black with #3CB886
Text Example
Text Example
White with #3CB886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB886; }
p { color: rgb(60,184,134); }
H1.HeaderClassName
{
color: #3CB886;
}
.AnyTagClassName
{
color: #3CB886;
}
</style>
background-color css
<style>
a { background-color: #3CB886; }
a { background-color: rgb(60,184,134); }
div.DivClassName
{
background-color: #3CB886;
}
.BgClassName
{
background-color: #3CB886;
}
</style>
border-color css
<style>
span { border-color: #3CB886; }
span { border-color: rgb(60,184,134); }
td.TdClassName
{
border-color: #3CB886;
}
.TagClassName
{
border-color: #3CB886;
}
</style>