Shades of Medium Sea Green #3DB364
Tints of Medium Sea Green #3DB364
RGB
CMYK
RGB Variations
Color information
#3DB364 (or 0x3DB364) is known color: Medium Sea Green. HEX triplet: 3D, B3 and 64. RGB value is (61,179,100). Sum of RGB (Red+Green+Blue) = 61+179+100=340 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.94% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB364 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB364 is #C24C9B. Grayscale: #868686. Windows color (decimal): -12733596 or 6599485. OLE color: 6599485.
HSL color Cylindrical-coordinate representation of color #3DB364: hue angle of 139.83º degrees, saturation: 0.49, 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 #3DB364 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 179 | 100 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.30 |
| HSL | 139.83º | 0.49% | 0.47% | - |
| HSV(B) | 139.83º | 0.66% | 0.7% | - |
| XYZ | 20.34 | 34.15 | 17.58 | - |
| YUV | 134.71 | 108.41 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 100 | 0.66 | 0 | 0.44 | 0.30 | 139.83 | 0.49 | 0.47 |
| Hex | 3D | B3 | 64 | 42 | 0 | 2C | 1E | 8C | 31 | 2F |
| Octal | 75 | 263 | 144 | 102 | 0 | 54 | 36 | 214 | 61 | 57 |
| Binary | 111101 | 10110011 | 1100100 | 1000010 | 0 | 101100 | 11110 | 10001100 | 110001 | 101111 |
Color Harmonies of #3DB364
Complementary color
Monochromatic Colors of #3DB364
Black with #3DB364
Text Example
Text Example
White with #3DB364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB364; }
p { color: rgb(61,179,100); }
H1.HeaderClassName
{
color: #3DB364;
}
.AnyTagClassName
{
color: #3DB364;
}
</style>
background-color css
<style>
a { background-color: #3DB364; }
a { background-color: rgb(61,179,100); }
div.DivClassName
{
background-color: #3DB364;
}
.BgClassName
{
background-color: #3DB364;
}
</style>
border-color css
<style>
span { border-color: #3DB364; }
span { border-color: rgb(61,179,100); }
td.TdClassName
{
border-color: #3DB364;
}
.TagClassName
{
border-color: #3DB364;
}
</style>