Shades of Medium Sea Green #3CB376
Tints of Medium Sea Green #3CB376
RGB
CMYK
RGB Variations
Color information
#3CB376 (or 0x3CB376) is known color: Medium Sea Green. HEX triplet: 3C, B3 and 76. RGB value is (60,179,118). Sum of RGB (Red+Green+Blue) = 60+179+118=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB376 is #C34C89. Grayscale: #888888. Windows color (decimal): -12799114 or 7779132. OLE color: 7779132.
HSL color Cylindrical-coordinate representation of color #3CB376: hue angle of 149.24º 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 #3CB376 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 179 | 118 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.30 |
| HSL | 149.24º | 0.5% | 0.47% | - |
| HSV(B) | 149.24º | 0.66% | 0.7% | - |
| XYZ | 21.25 | 34.51 | 22.68 | - |
| YUV | 136.47 | 117.58 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 179 | 118 | 0.66 | 0 | 0.34 | 0.30 | 149.24 | 0.5 | 0.47 |
| Hex | 3C | B3 | 76 | 42 | 0 | 22 | 1E | 95 | 32 | 2F |
| Octal | 74 | 263 | 166 | 102 | 0 | 42 | 36 | 225 | 62 | 57 |
| Binary | 111100 | 10110011 | 1110110 | 1000010 | 0 | 100010 | 11110 | 10010101 | 110010 | 101111 |
Color Harmonies of #3CB376
Complementary color
Monochromatic Colors of #3CB376
Black with #3CB376
Text Example
Text Example
White with #3CB376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB376; }
p { color: rgb(60,179,118); }
H1.HeaderClassName
{
color: #3CB376;
}
.AnyTagClassName
{
color: #3CB376;
}
</style>
background-color css
<style>
a { background-color: #3CB376; }
a { background-color: rgb(60,179,118); }
div.DivClassName
{
background-color: #3CB376;
}
.BgClassName
{
background-color: #3CB376;
}
</style>
border-color css
<style>
span { border-color: #3CB376; }
span { border-color: rgb(60,179,118); }
td.TdClassName
{
border-color: #3CB376;
}
.TagClassName
{
border-color: #3CB376;
}
</style>