Shades of Medium Sea Green #3DB665
Tints of Medium Sea Green #3DB665
RGB
CMYK
RGB Variations
Color information
#3DB665 (or 0x3DB665) is known color: Medium Sea Green. HEX triplet: 3D, B6 and 65. RGB value is (61,182,101). Sum of RGB (Red+Green+Blue) = 61+182+101=344 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.73% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB665 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB665 is #C2499A. Grayscale: #888888. Windows color (decimal): -12732827 or 6665789. OLE color: 6665789.
HSL color Cylindrical-coordinate representation of color #3DB665: hue angle of 139.83º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB665 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 101 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.29 |
| HSL | 139.83º | 0.5% | 0.48% | - |
| HSV(B) | 139.83º | 0.66% | 0.71% | - |
| XYZ | 21 | 35.39 | 18.04 | - |
| YUV | 136.59 | 107.91 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 101 | 0.66 | 0 | 0.45 | 0.29 | 139.83 | 0.5 | 0.48 |
| Hex | 3D | B6 | 65 | 42 | 0 | 2D | 1D | 8C | 32 | 30 |
| Octal | 75 | 266 | 145 | 102 | 0 | 55 | 35 | 214 | 62 | 60 |
| Binary | 111101 | 10110110 | 1100101 | 1000010 | 0 | 101101 | 11101 | 10001100 | 110010 | 110000 |
Color Harmonies of #3DB665
Complementary color
Monochromatic Colors of #3DB665
Black with #3DB665
Text Example
Text Example
White with #3DB665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB665; }
p { color: rgb(61,182,101); }
H1.HeaderClassName
{
color: #3DB665;
}
.AnyTagClassName
{
color: #3DB665;
}
</style>
background-color css
<style>
a { background-color: #3DB665; }
a { background-color: rgb(61,182,101); }
div.DivClassName
{
background-color: #3DB665;
}
.BgClassName
{
background-color: #3DB665;
}
</style>
border-color css
<style>
span { border-color: #3DB665; }
span { border-color: rgb(61,182,101); }
td.TdClassName
{
border-color: #3DB665;
}
.TagClassName
{
border-color: #3DB665;
}
</style>