Shades of Medium Sea Green #3DAF68
Tints of Medium Sea Green #3DAF68
RGB
CMYK
RGB Variations
Color information
#3DAF68 (or 0x3DAF68) is known color: Medium Sea Green. HEX triplet: 3D, AF and 68. RGB value is (61,175,104). Sum of RGB (Red+Green+Blue) = 61+175+104=340 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.94% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAF68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAF68 is #C25097. Grayscale: #848484. Windows color (decimal): -12734616 or 6860605. OLE color: 6860605.
HSL color Cylindrical-coordinate representation of color #3DAF68: hue angle of 142.63º degrees, saturation: 0.48, 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 #3DAF68 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 175 | 104 | - |
| CMYK | 0.65 | 0 | 0.41 | 0.31 |
| HSL | 142.63º | 0.48% | 0.46% | - |
| HSV(B) | 142.63º | 0.65% | 0.69% | - |
| XYZ | 19.75 | 32.65 | 18.36 | - |
| YUV | 132.82 | 111.73 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 175 | 104 | 0.65 | 0 | 0.41 | 0.31 | 142.63 | 0.48 | 0.46 |
| Hex | 3D | AF | 68 | 41 | 0 | 29 | 1F | 8F | 30 | 2E |
| Octal | 75 | 257 | 150 | 101 | 0 | 51 | 37 | 217 | 60 | 56 |
| Binary | 111101 | 10101111 | 1101000 | 1000001 | 0 | 101001 | 11111 | 10001111 | 110000 | 101110 |
Color Harmonies of #3DAF68
Complementary color
Monochromatic Colors of #3DAF68
Black with #3DAF68
Text Example
Text Example
White with #3DAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAF68; }
p { color: rgb(61,175,104); }
H1.HeaderClassName
{
color: #3DAF68;
}
.AnyTagClassName
{
color: #3DAF68;
}
</style>
background-color css
<style>
a { background-color: #3DAF68; }
a { background-color: rgb(61,175,104); }
div.DivClassName
{
background-color: #3DAF68;
}
.BgClassName
{
background-color: #3DAF68;
}
</style>
border-color css
<style>
span { border-color: #3DAF68; }
span { border-color: rgb(61,175,104); }
td.TdClassName
{
border-color: #3DAF68;
}
.TagClassName
{
border-color: #3DAF68;
}
</style>