Shades of Medium Sea Green #3DB180
Tints of Medium Sea Green #3DB180
RGB
CMYK
RGB Variations
Color information
#3DB180 (or 0x3DB180) is known color: Medium Sea Green. HEX triplet: 3D, B1 and 80. RGB value is (61,177,128). Sum of RGB (Red+Green+Blue) = 61+177+128=366 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.67% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB180 is #C24E7F. Grayscale: #888888. Windows color (decimal): -12734080 or 8433981. OLE color: 8433981.
HSL color Cylindrical-coordinate representation of color #3DB180: hue angle of 154.66º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB180 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 177 | 128 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.31 |
| HSL | 154.66º | 0.49% | 0.47% | - |
| HSV(B) | 154.66º | 0.66% | 0.69% | - |
| XYZ | 21.54 | 33.99 | 25.85 | - |
| YUV | 136.73 | 123.07 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 128 | 0.66 | 0 | 0.28 | 0.31 | 154.66 | 0.49 | 0.47 |
| Hex | 3D | B1 | 80 | 42 | 0 | 1C | 1F | 9B | 31 | 2F |
| Octal | 75 | 261 | 200 | 102 | 0 | 34 | 37 | 233 | 61 | 57 |
| Binary | 111101 | 10110001 | 10000000 | 1000010 | 0 | 11100 | 11111 | 10011011 | 110001 | 101111 |
Color Harmonies of #3DB180
Complementary color
Monochromatic Colors of #3DB180
Black with #3DB180
Text Example
Text Example
White with #3DB180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB180; }
p { color: rgb(61,177,128); }
H1.HeaderClassName
{
color: #3DB180;
}
.AnyTagClassName
{
color: #3DB180;
}
</style>
background-color css
<style>
a { background-color: #3DB180; }
a { background-color: rgb(61,177,128); }
div.DivClassName
{
background-color: #3DB180;
}
.BgClassName
{
background-color: #3DB180;
}
</style>
border-color css
<style>
span { border-color: #3DB180; }
span { border-color: rgb(61,177,128); }
td.TdClassName
{
border-color: #3DB180;
}
.TagClassName
{
border-color: #3DB180;
}
</style>