Shades of Medium Sea Green #3DC265
Tints of Medium Sea Green #3DC265
RGB
CMYK
RGB Variations
Color information
#3DC265 (or 0x3DC265) is known color: Medium Sea Green. HEX triplet: 3D, C2 and 65. RGB value is (61,194,101). Sum of RGB (Red+Green+Blue) = 61+194+101=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC265 is #C23D9A. Grayscale: #8F8F8F. Windows color (decimal): -12729755 or 6668861. OLE color: 6668861.
HSL color Cylindrical-coordinate representation of color #3DC265: hue angle of 138.05º degrees, saturation: 0.52, 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 #3DC265 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 101 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.24 |
| HSL | 138.05º | 0.52% | 0.5% | - |
| HSV(B) | 138.05º | 0.69% | 0.76% | - |
| XYZ | 23.57 | 40.52 | 18.89 | - |
| YUV | 143.63 | 103.94 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 101 | 0.69 | 0 | 0.48 | 0.24 | 138.05 | 0.52 | 0.5 |
| Hex | 3D | C2 | 65 | 45 | 0 | 30 | 18 | 8A | 34 | 32 |
| Octal | 75 | 302 | 145 | 105 | 0 | 60 | 30 | 212 | 64 | 62 |
| Binary | 111101 | 11000010 | 1100101 | 1000101 | 0 | 110000 | 11000 | 10001010 | 110100 | 110010 |
Color Harmonies of #3DC265
Complementary color
Monochromatic Colors of #3DC265
Black with #3DC265
Text Example
Text Example
White with #3DC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC265; }
p { color: rgb(61,194,101); }
H1.HeaderClassName
{
color: #3DC265;
}
.AnyTagClassName
{
color: #3DC265;
}
</style>
background-color css
<style>
a { background-color: #3DC265; }
a { background-color: rgb(61,194,101); }
div.DivClassName
{
background-color: #3DC265;
}
.BgClassName
{
background-color: #3DC265;
}
</style>
border-color css
<style>
span { border-color: #3DC265; }
span { border-color: rgb(61,194,101); }
td.TdClassName
{
border-color: #3DC265;
}
.TagClassName
{
border-color: #3DC265;
}
</style>