Shades of Medium Sea Green #3CB375
Tints of Medium Sea Green #3CB375
RGB
CMYK
RGB Variations
Color information
#3CB375 (or 0x3CB375) is known color: Medium Sea Green. HEX triplet: 3C, B3 and 75. RGB value is (60,179,117). Sum of RGB (Red+Green+Blue) = 60+179+117=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB375 is #C34C8A. Grayscale: #888888. Windows color (decimal): -12799115 or 7713596. OLE color: 7713596.
HSL color Cylindrical-coordinate representation of color #3CB375: hue angle of 148.74º 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 #3CB375 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 179 | 117 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.30 |
| HSL | 148.74º | 0.5% | 0.47% | - |
| HSV(B) | 148.74º | 0.66% | 0.7% | - |
| XYZ | 21.19 | 34.49 | 22.37 | - |
| YUV | 136.35 | 117.08 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 179 | 117 | 0.66 | 0 | 0.35 | 0.30 | 148.74 | 0.5 | 0.47 |
| Hex | 3C | B3 | 75 | 42 | 0 | 23 | 1E | 95 | 32 | 2F |
| Octal | 74 | 263 | 165 | 102 | 0 | 43 | 36 | 225 | 62 | 57 |
| Binary | 111100 | 10110011 | 1110101 | 1000010 | 0 | 100011 | 11110 | 10010101 | 110010 | 101111 |
Color Harmonies of #3CB375
Complementary color
Monochromatic Colors of #3CB375
Black with #3CB375
Text Example
Text Example
White with #3CB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB375; }
p { color: rgb(60,179,117); }
H1.HeaderClassName
{
color: #3CB375;
}
.AnyTagClassName
{
color: #3CB375;
}
</style>
background-color css
<style>
a { background-color: #3CB375; }
a { background-color: rgb(60,179,117); }
div.DivClassName
{
background-color: #3CB375;
}
.BgClassName
{
background-color: #3CB375;
}
</style>
border-color css
<style>
span { border-color: #3CB375; }
span { border-color: rgb(60,179,117); }
td.TdClassName
{
border-color: #3CB375;
}
.TagClassName
{
border-color: #3CB375;
}
</style>