Shades of Medium Sea Green #3DA865
Tints of Medium Sea Green #3DA865
RGB
CMYK
RGB Variations
Color information
#3DA865 (or 0x3DA865) is known color: Medium Sea Green. HEX triplet: 3D, A8 and 65. RGB value is (61,168,101). Sum of RGB (Red+Green+Blue) = 61+168+101=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #3DA865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA865 is #C2579A. Grayscale: #808080. Windows color (decimal): -12736411 or 6662205. OLE color: 6662205.
HSL color Cylindrical-coordinate representation of color #3DA865: hue angle of 142.43º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DA865 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 168 | 101 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.34 |
| HSL | 142.43º | 0.47% | 0.45% | - |
| HSV(B) | 142.43º | 0.64% | 0.66% | - |
| XYZ | 18.28 | 29.94 | 17.13 | - |
| YUV | 128.37 | 112.55 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 101 | 0.64 | 0 | 0.40 | 0.34 | 142.43 | 0.47 | 0.45 |
| Hex | 3D | A8 | 65 | 40 | 0 | 28 | 22 | 8E | 2F | 2D |
| Octal | 75 | 250 | 145 | 100 | 0 | 50 | 42 | 216 | 57 | 55 |
| Binary | 111101 | 10101000 | 1100101 | 1000000 | 0 | 101000 | 100010 | 10001110 | 101111 | 101101 |
Color Harmonies of #3DA865
Complementary color
Monochromatic Colors of #3DA865
Black with #3DA865
Text Example
Text Example
White with #3DA865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA865; }
p { color: rgb(61,168,101); }
H1.HeaderClassName
{
color: #3DA865;
}
.AnyTagClassName
{
color: #3DA865;
}
</style>
background-color css
<style>
a { background-color: #3DA865; }
a { background-color: rgb(61,168,101); }
div.DivClassName
{
background-color: #3DA865;
}
.BgClassName
{
background-color: #3DA865;
}
</style>
border-color css
<style>
span { border-color: #3DA865; }
span { border-color: rgb(61,168,101); }
td.TdClassName
{
border-color: #3DA865;
}
.TagClassName
{
border-color: #3DA865;
}
</style>