Shades of Medium Sea Green #3CB370
Tints of Medium Sea Green #3CB370
RGB
CMYK
RGB Variations
Color information
#3CB370 (or 0x3CB370) is known color: Medium Sea Green. HEX triplet: 3C, B3 and 70. RGB value is (60,179,112). Sum of RGB (Red+Green+Blue) = 60+179+112=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB370 is #C34C8F. Grayscale: #878787. Windows color (decimal): -12799120 or 7385916. OLE color: 7385916.
HSL color Cylindrical-coordinate representation of color #3CB370: hue angle of 146.22º 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 #3CB370 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
RGB | 60 | 179 | 112 | - |
CMYK | 0.66 | 0 | 0.37 | 0.30 |
HSL | 146.22º | 0.5% | 0.47% | - |
HSV(B) | 146.22º | 0.66% | 0.7% | - |
XYZ | 20.91 | 34.37 | 20.86 | - |
YUV | 135.78 | 114.58 | 73.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 179 | 112 | 0.66 | 0 | 0.37 | 0.30 | 146.22 | 0.5 | 0.47 |
Hex | 3C | B3 | 70 | 42 | 0 | 25 | 1E | 92 | 32 | 2F |
Octal | 74 | 263 | 160 | 102 | 0 | 45 | 36 | 222 | 62 | 57 |
Binary | 111100 | 10110011 | 1110000 | 1000010 | 0 | 100101 | 11110 | 10010010 | 110010 | 101111 |
Color Harmonies of #3CB370
Complementary color
Monochromatic Colors of #3CB370
Black with #3CB370
Text Example
Text Example
White with #3CB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB370; }
p { color: rgb(60,179,112); }
H1.HeaderClassName
{
color: #3CB370;
}
.AnyTagClassName
{
color: #3CB370;
}
</style>
background-color css
<style>
a { background-color: #3CB370; }
a { background-color: rgb(60,179,112); }
div.DivClassName
{
background-color: #3CB370;
}
.BgClassName
{
background-color: #3CB370;
}
</style>
border-color css
<style>
span { border-color: #3CB370; }
span { border-color: rgb(60,179,112); }
td.TdClassName
{
border-color: #3CB370;
}
.TagClassName
{
border-color: #3CB370;
}
</style>