Shades of Medium Sea Green #3DBE86
Tints of Medium Sea Green #3DBE86
RGB
CMYK
RGB Variations
Color information
#3DBE86 (or 0x3DBE86) is known color: Medium Sea Green. HEX triplet: 3D, BE and 86. RGB value is (61,190,134). Sum of RGB (Red+Green+Blue) = 61+190+134=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBE86 is #C24179. Grayscale: #919191. Windows color (decimal): -12730746 or 8830525. OLE color: 8830525.
HSL color Cylindrical-coordinate representation of color #3DBE86: hue angle of 153.95º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBE86 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 134 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.25 |
| HSL | 153.95º | 0.51% | 0.49% | - |
| HSV(B) | 153.95º | 0.68% | 0.75% | - |
| XYZ | 24.64 | 39.54 | 28.89 | - |
| YUV | 145.05 | 121.76 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 134 | 0.68 | 0 | 0.29 | 0.25 | 153.95 | 0.51 | 0.49 |
| Hex | 3D | BE | 86 | 44 | 0 | 1D | 19 | 9A | 33 | 31 |
| Octal | 75 | 276 | 206 | 104 | 0 | 35 | 31 | 232 | 63 | 61 |
| Binary | 111101 | 10111110 | 10000110 | 1000100 | 0 | 11101 | 11001 | 10011010 | 110011 | 110001 |
Color Harmonies of #3DBE86
Complementary color
Monochromatic Colors of #3DBE86
Black with #3DBE86
Text Example
Text Example
White with #3DBE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBE86; }
p { color: rgb(61,190,134); }
H1.HeaderClassName
{
color: #3DBE86;
}
.AnyTagClassName
{
color: #3DBE86;
}
</style>
background-color css
<style>
a { background-color: #3DBE86; }
a { background-color: rgb(61,190,134); }
div.DivClassName
{
background-color: #3DBE86;
}
.BgClassName
{
background-color: #3DBE86;
}
</style>
border-color css
<style>
span { border-color: #3DBE86; }
span { border-color: rgb(61,190,134); }
td.TdClassName
{
border-color: #3DBE86;
}
.TagClassName
{
border-color: #3DBE86;
}
</style>