Shades of Medium Sea Green #3DC165
Tints of Medium Sea Green #3DC165
RGB
CMYK
RGB Variations
Color information
#3DC165 (or 0x3DC165) is known color: Medium Sea Green. HEX triplet: 3D, C1 and 65. RGB value is (61,193,101). Sum of RGB (Red+Green+Blue) = 61+193+101=355 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.18% from 355); Green value is 193 (75.78% from 255 or 54.37% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 193 - color contains mainly: green. Hex color #3DC165 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC165 is #C23E9A. Grayscale: #8F8F8F. Windows color (decimal): -12730011 or 6668605. OLE color: 6668605.
HSL color Cylindrical-coordinate representation of color #3DC165: hue angle of 138.18º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC165 is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 193 | 101 | - |
| CMYK | 0.68 | 0 | 0.48 | 0.24 |
| HSL | 138.18º | 0.52% | 0.5% | - |
| HSV(B) | 138.18º | 0.68% | 0.76% | - |
| XYZ | 23.34 | 40.07 | 18.82 | - |
| YUV | 143.04 | 104.27 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 193 | 101 | 0.68 | 0 | 0.48 | 0.24 | 138.18 | 0.52 | 0.5 |
| Hex | 3D | C1 | 65 | 44 | 0 | 30 | 18 | 8A | 34 | 32 |
| Octal | 75 | 301 | 145 | 104 | 0 | 60 | 30 | 212 | 64 | 62 |
| Binary | 111101 | 11000001 | 1100101 | 1000100 | 0 | 110000 | 11000 | 10001010 | 110100 | 110010 |
Color Harmonies of #3DC165
Complementary color
Monochromatic Colors of #3DC165
Black with #3DC165
Text Example
Text Example
White with #3DC165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC165; }
p { color: rgb(61,193,101); }
H1.HeaderClassName
{
color: #3DC165;
}
.AnyTagClassName
{
color: #3DC165;
}
</style>
background-color css
<style>
a { background-color: #3DC165; }
a { background-color: rgb(61,193,101); }
div.DivClassName
{
background-color: #3DC165;
}
.BgClassName
{
background-color: #3DC165;
}
</style>
border-color css
<style>
span { border-color: #3DC165; }
span { border-color: rgb(61,193,101); }
td.TdClassName
{
border-color: #3DC165;
}
.TagClassName
{
border-color: #3DC165;
}
</style>