Shades of Medium Sea Green #3DB480
Tints of Medium Sea Green #3DB480
RGB
CMYK
RGB Variations
Color information
#3DB480 (or 0x3DB480) is known color: Medium Sea Green. HEX triplet: 3D, B4 and 80. RGB value is (61,180,128). Sum of RGB (Red+Green+Blue) = 61+180+128=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB480 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB480 is #C24B7F. Grayscale: #8A8A8A. Windows color (decimal): -12733312 or 8434749. OLE color: 8434749.
HSL color Cylindrical-coordinate representation of color #3DB480: hue angle of 153.78º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB480 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 128 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.29 |
| HSL | 153.78º | 0.49% | 0.47% | - |
| HSV(B) | 153.78º | 0.66% | 0.71% | - |
| XYZ | 22.14 | 35.19 | 26.05 | - |
| YUV | 138.49 | 122.08 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 128 | 0.66 | 0 | 0.29 | 0.29 | 153.78 | 0.49 | 0.47 |
| Hex | 3D | B4 | 80 | 42 | 0 | 1D | 1D | 9A | 31 | 2F |
| Octal | 75 | 264 | 200 | 102 | 0 | 35 | 35 | 232 | 61 | 57 |
| Binary | 111101 | 10110100 | 10000000 | 1000010 | 0 | 11101 | 11101 | 10011010 | 110001 | 101111 |
Color Harmonies of #3DB480
Complementary color
Monochromatic Colors of #3DB480
Black with #3DB480
Text Example
Text Example
White with #3DB480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB480; }
p { color: rgb(61,180,128); }
H1.HeaderClassName
{
color: #3DB480;
}
.AnyTagClassName
{
color: #3DB480;
}
</style>
background-color css
<style>
a { background-color: #3DB480; }
a { background-color: rgb(61,180,128); }
div.DivClassName
{
background-color: #3DB480;
}
.BgClassName
{
background-color: #3DB480;
}
</style>
border-color css
<style>
span { border-color: #3DB480; }
span { border-color: rgb(61,180,128); }
td.TdClassName
{
border-color: #3DB480;
}
.TagClassName
{
border-color: #3DB480;
}
</style>