Shades of Medium Sea Green #3DB469
Tints of Medium Sea Green #3DB469
RGB
CMYK
RGB Variations
Color information
#3DB469 (or 0x3DB469) is known color: Medium Sea Green. HEX triplet: 3D, B4 and 69. RGB value is (61,180,105). Sum of RGB (Red+Green+Blue) = 61+180+105=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB469 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB469 is #C24B96. Grayscale: #888888. Windows color (decimal): -12733335 or 6927421. OLE color: 6927421.
HSL color Cylindrical-coordinate representation of color #3DB469: hue angle of 142.18º 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 #3DB469 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 105 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.29 |
| HSL | 142.18º | 0.49% | 0.47% | - |
| HSV(B) | 142.18º | 0.66% | 0.71% | - |
| XYZ | 20.8 | 34.65 | 18.96 | - |
| YUV | 135.87 | 110.58 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 105 | 0.66 | 0 | 0.42 | 0.29 | 142.18 | 0.49 | 0.47 |
| Hex | 3D | B4 | 69 | 42 | 0 | 2A | 1D | 8E | 31 | 2F |
| Octal | 75 | 264 | 151 | 102 | 0 | 52 | 35 | 216 | 61 | 57 |
| Binary | 111101 | 10110100 | 1101001 | 1000010 | 0 | 101010 | 11101 | 10001110 | 110001 | 101111 |
Color Harmonies of #3DB469
Complementary color
Monochromatic Colors of #3DB469
Black with #3DB469
Text Example
Text Example
White with #3DB469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB469; }
p { color: rgb(61,180,105); }
H1.HeaderClassName
{
color: #3DB469;
}
.AnyTagClassName
{
color: #3DB469;
}
</style>
background-color css
<style>
a { background-color: #3DB469; }
a { background-color: rgb(61,180,105); }
div.DivClassName
{
background-color: #3DB469;
}
.BgClassName
{
background-color: #3DB469;
}
</style>
border-color css
<style>
span { border-color: #3DB469; }
span { border-color: rgb(61,180,105); }
td.TdClassName
{
border-color: #3DB469;
}
.TagClassName
{
border-color: #3DB469;
}
</style>