Shades of Medium Sea Green #3DB07D
Tints of Medium Sea Green #3DB07D
RGB
CMYK
RGB Variations
Color information
#3DB07D (or 0x3DB07D) is known color: Medium Sea Green. HEX triplet: 3D, B0 and 7D. RGB value is (61,176,125). Sum of RGB (Red+Green+Blue) = 61+176+125=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB07D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DB07D is #C24F82. Grayscale: #878787. Windows color (decimal): -12734339 or 8237117. OLE color: 8237117.
HSL color Cylindrical-coordinate representation of color #3DB07D: hue angle of 153.39º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DB07D is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 176 | 125 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.31 |
| HSL | 153.39º | 0.49% | 0.46% | - |
| HSV(B) | 153.39º | 0.65% | 0.69% | - |
| XYZ | 21.15 | 33.52 | 24.76 | - |
| YUV | 135.8 | 121.9 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 125 | 0.65 | 0 | 0.29 | 0.31 | 153.39 | 0.49 | 0.46 |
| Hex | 3D | B0 | 7D | 41 | 0 | 1D | 1F | 99 | 31 | 2E |
| Octal | 75 | 260 | 175 | 101 | 0 | 35 | 37 | 231 | 61 | 56 |
| Binary | 111101 | 10110000 | 1111101 | 1000001 | 0 | 11101 | 11111 | 10011001 | 110001 | 101110 |
Color Harmonies of #3DB07D
Complementary color
Monochromatic Colors of #3DB07D
Black with #3DB07D
Text Example
Text Example
White with #3DB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB07D; }
p { color: rgb(61,176,125); }
H1.HeaderClassName
{
color: #3DB07D;
}
.AnyTagClassName
{
color: #3DB07D;
}
</style>
background-color css
<style>
a { background-color: #3DB07D; }
a { background-color: rgb(61,176,125); }
div.DivClassName
{
background-color: #3DB07D;
}
.BgClassName
{
background-color: #3DB07D;
}
</style>
border-color css
<style>
span { border-color: #3DB07D; }
span { border-color: rgb(61,176,125); }
td.TdClassName
{
border-color: #3DB07D;
}
.TagClassName
{
border-color: #3DB07D;
}
</style>