Shades of Medium Sea Green #3DB161
Tints of Medium Sea Green #3DB161
RGB
CMYK
RGB Variations
Color information
#3DB161 (or 0x3DB161) is known color: Medium Sea Green. HEX triplet: 3D, B1 and 61. RGB value is (61,177,97). Sum of RGB (Red+Green+Blue) = 61+177+97=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 177 (69.53% from 255 or 52.84% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DB161 is #C24E9E. Grayscale: #858585. Windows color (decimal): -12734111 or 6402365. OLE color: 6402365.
HSL color Cylindrical-coordinate representation of color #3DB161: hue angle of 138.62º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB161 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 177 | 97 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.31 |
| HSL | 138.62º | 0.49% | 0.47% | - |
| HSV(B) | 138.62º | 0.66% | 0.69% | - |
| XYZ | 19.8 | 33.3 | 16.69 | - |
| YUV | 133.2 | 107.57 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 97 | 0.66 | 0 | 0.45 | 0.31 | 138.62 | 0.49 | 0.47 |
| Hex | 3D | B1 | 61 | 42 | 0 | 2D | 1F | 8B | 31 | 2F |
| Octal | 75 | 261 | 141 | 102 | 0 | 55 | 37 | 213 | 61 | 57 |
| Binary | 111101 | 10110001 | 1100001 | 1000010 | 0 | 101101 | 11111 | 10001011 | 110001 | 101111 |
Color Harmonies of #3DB161
Complementary color
Monochromatic Colors of #3DB161
Black with #3DB161
Text Example
Text Example
White with #3DB161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB161; }
p { color: rgb(61,177,97); }
H1.HeaderClassName
{
color: #3DB161;
}
.AnyTagClassName
{
color: #3DB161;
}
</style>
background-color css
<style>
a { background-color: #3DB161; }
a { background-color: rgb(61,177,97); }
div.DivClassName
{
background-color: #3DB161;
}
.BgClassName
{
background-color: #3DB161;
}
</style>
border-color css
<style>
span { border-color: #3DB161; }
span { border-color: rgb(61,177,97); }
td.TdClassName
{
border-color: #3DB161;
}
.TagClassName
{
border-color: #3DB161;
}
</style>