Shades of Medium Sea Green #3DC085
Tints of Medium Sea Green #3DC085
RGB
CMYK
RGB Variations
Color information
#3DC085 (or 0x3DC085) is known color: Medium Sea Green. HEX triplet: 3D, C0 and 85. RGB value is (61,192,133). Sum of RGB (Red+Green+Blue) = 61+192+133=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC085 is #C23F7A. Grayscale: #929292. Windows color (decimal): -12730235 or 8765501. OLE color: 8765501.
HSL color Cylindrical-coordinate representation of color #3DC085: hue angle of 152.98º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC085 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 133 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.25 |
| HSL | 152.98º | 0.52% | 0.5% | - |
| HSV(B) | 152.98º | 0.68% | 0.75% | - |
| XYZ | 25.01 | 40.38 | 28.67 | - |
| YUV | 146.11 | 120.6 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 133 | 0.68 | 0 | 0.31 | 0.25 | 152.98 | 0.52 | 0.5 |
| Hex | 3D | C0 | 85 | 44 | 0 | 1F | 19 | 99 | 34 | 32 |
| Octal | 75 | 300 | 205 | 104 | 0 | 37 | 31 | 231 | 64 | 62 |
| Binary | 111101 | 11000000 | 10000101 | 1000100 | 0 | 11111 | 11001 | 10011001 | 110100 | 110010 |
Color Harmonies of #3DC085
Complementary color
Monochromatic Colors of #3DC085
Black with #3DC085
Text Example
Text Example
White with #3DC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC085; }
p { color: rgb(61,192,133); }
H1.HeaderClassName
{
color: #3DC085;
}
.AnyTagClassName
{
color: #3DC085;
}
</style>
background-color css
<style>
a { background-color: #3DC085; }
a { background-color: rgb(61,192,133); }
div.DivClassName
{
background-color: #3DC085;
}
.BgClassName
{
background-color: #3DC085;
}
</style>
border-color css
<style>
span { border-color: #3DC085; }
span { border-color: rgb(61,192,133); }
td.TdClassName
{
border-color: #3DC085;
}
.TagClassName
{
border-color: #3DC085;
}
</style>