Shades of Medium Sea Green #3DBE80
Tints of Medium Sea Green #3DBE80
RGB
CMYK
RGB Variations
Color information
#3DBE80 (or 0x3DBE80) is known color: Medium Sea Green. HEX triplet: 3D, BE and 80. RGB value is (61,190,128). Sum of RGB (Red+Green+Blue) = 61+190+128=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBE80 is #C2417F. Grayscale: #909090. Windows color (decimal): -12730752 or 8437309. OLE color: 8437309.
HSL color Cylindrical-coordinate representation of color #3DBE80: hue angle of 151.16º 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 #3DBE80 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 128 | - |
| CMYK | 0.68 | 0 | 0.33 | 0.25 |
| HSL | 151.16º | 0.51% | 0.49% | - |
| HSV(B) | 151.16º | 0.68% | 0.75% | - |
| XYZ | 24.23 | 39.38 | 26.75 | - |
| YUV | 144.36 | 118.76 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 128 | 0.68 | 0 | 0.33 | 0.25 | 151.16 | 0.51 | 0.49 |
| Hex | 3D | BE | 80 | 44 | 0 | 21 | 19 | 97 | 33 | 31 |
| Octal | 75 | 276 | 200 | 104 | 0 | 41 | 31 | 227 | 63 | 61 |
| Binary | 111101 | 10111110 | 10000000 | 1000100 | 0 | 100001 | 11001 | 10010111 | 110011 | 110001 |
Color Harmonies of #3DBE80
Complementary color
Monochromatic Colors of #3DBE80
Black with #3DBE80
Text Example
Text Example
White with #3DBE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBE80; }
p { color: rgb(61,190,128); }
H1.HeaderClassName
{
color: #3DBE80;
}
.AnyTagClassName
{
color: #3DBE80;
}
</style>
background-color css
<style>
a { background-color: #3DBE80; }
a { background-color: rgb(61,190,128); }
div.DivClassName
{
background-color: #3DBE80;
}
.BgClassName
{
background-color: #3DBE80;
}
</style>
border-color css
<style>
span { border-color: #3DBE80; }
span { border-color: rgb(61,190,128); }
td.TdClassName
{
border-color: #3DBE80;
}
.TagClassName
{
border-color: #3DBE80;
}
</style>