Shades of Medium Sea Green #3DC375
Tints of Medium Sea Green #3DC375
RGB
CMYK
RGB Variations
Color information
#3DC375 (or 0x3DC375) is known color: Medium Sea Green. HEX triplet: 3D, C3 and 75. RGB value is (61,195,117). Sum of RGB (Red+Green+Blue) = 61+195+117=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC375 is #C23C8A. Grayscale: #929292. Windows color (decimal): -12729483 or 7717693. OLE color: 7717693.
HSL color Cylindrical-coordinate representation of color #3DC375: hue angle of 145.07º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC375 is Cyan = 0.69, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 195 | 117 | - |
| CMYK | 0.69 | 0 | 0.4 | 0.24 |
| HSL | 145.07º | 0.53% | 0.5% | - |
| HSV(B) | 145.07º | 0.69% | 0.76% | - |
| XYZ | 24.65 | 41.31 | 23.5 | - |
| YUV | 146.04 | 111.61 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 195 | 117 | 0.69 | 0 | 0.4 | 0.24 | 145.07 | 0.53 | 0.5 |
| Hex | 3D | C3 | 75 | 45 | 0 | 28 | 18 | 91 | 35 | 32 |
| Octal | 75 | 303 | 165 | 105 | 0 | 50 | 30 | 221 | 65 | 62 |
| Binary | 111101 | 11000011 | 1110101 | 1000101 | 0 | 101000 | 11000 | 10010001 | 110101 | 110010 |
Color Harmonies of #3DC375
Complementary color
Monochromatic Colors of #3DC375
Black with #3DC375
Text Example
Text Example
White with #3DC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC375; }
p { color: rgb(61,195,117); }
H1.HeaderClassName
{
color: #3DC375;
}
.AnyTagClassName
{
color: #3DC375;
}
</style>
background-color css
<style>
a { background-color: #3DC375; }
a { background-color: rgb(61,195,117); }
div.DivClassName
{
background-color: #3DC375;
}
.BgClassName
{
background-color: #3DC375;
}
</style>
border-color css
<style>
span { border-color: #3DC375; }
span { border-color: rgb(61,195,117); }
td.TdClassName
{
border-color: #3DC375;
}
.TagClassName
{
border-color: #3DC375;
}
</style>