Shades of Medium Sea Green #3DA375
Tints of Medium Sea Green #3DA375
RGB
CMYK
RGB Variations
Color information
#3DA375 (or 0x3DA375) is known color: Medium Sea Green. HEX triplet: 3D, A3 and 75. RGB value is (61,163,117). Sum of RGB (Red+Green+Blue) = 61+163+117=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 163 - color contains mainly: green. Hex color #3DA375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA375 is #C25C8A. Grayscale: #7F7F7F. Windows color (decimal): -12737675 or 7709501. OLE color: 7709501.
HSL color Cylindrical-coordinate representation of color #3DA375: hue angle of 152.94º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA375 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 163 | 117 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.36 |
| HSL | 152.94º | 0.46% | 0.44% | - |
| HSV(B) | 152.94º | 0.63% | 0.64% | - |
| XYZ | 18.23 | 28.47 | 21.36 | - |
| YUV | 127.26 | 122.21 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 163 | 117 | 0.63 | 0 | 0.28 | 0.36 | 152.94 | 0.46 | 0.44 |
| Hex | 3D | A3 | 75 | 3F | 0 | 1C | 24 | 99 | 2E | 2C |
| Octal | 75 | 243 | 165 | 77 | 0 | 34 | 44 | 231 | 56 | 54 |
| Binary | 111101 | 10100011 | 1110101 | 111111 | 0 | 11100 | 100100 | 10011001 | 101110 | 101100 |
Color Harmonies of #3DA375
Complementary color
Monochromatic Colors of #3DA375
Black with #3DA375
Text Example
Text Example
White with #3DA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA375; }
p { color: rgb(61,163,117); }
H1.HeaderClassName
{
color: #3DA375;
}
.AnyTagClassName
{
color: #3DA375;
}
</style>
background-color css
<style>
a { background-color: #3DA375; }
a { background-color: rgb(61,163,117); }
div.DivClassName
{
background-color: #3DA375;
}
.BgClassName
{
background-color: #3DA375;
}
</style>
border-color css
<style>
span { border-color: #3DA375; }
span { border-color: rgb(61,163,117); }
td.TdClassName
{
border-color: #3DA375;
}
.TagClassName
{
border-color: #3DA375;
}
</style>