Shades of Medium Sea Green #3BC074
Tints of Medium Sea Green #3BC074
RGB
CMYK
RGB Variations
Color information
#3BC074 (or 0x3BC074) is known color: Medium Sea Green. HEX triplet: 3B, C0 and 74. RGB value is (59,192,116). Sum of RGB (Red+Green+Blue) = 59+192+116=367 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.08% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC074 is #C43F8B. Grayscale: #8F8F8F. Windows color (decimal): -12861324 or 7651387. OLE color: 7651387.
HSL color Cylindrical-coordinate representation of color #3BC074: hue angle of 145.71º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC074 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 192 | 116 | - |
| CMYK | 0.69 | 0 | 0.40 | 0.25 |
| HSL | 145.71º | 0.53% | 0.49% | - |
| HSV(B) | 145.71º | 0.69% | 0.75% | - |
| XYZ | 23.81 | 39.89 | 22.97 | - |
| YUV | 143.57 | 112.44 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 192 | 116 | 0.69 | 0 | 0.40 | 0.25 | 145.71 | 0.53 | 0.49 |
| Hex | 3B | C0 | 74 | 45 | 0 | 28 | 19 | 92 | 35 | 31 |
| Octal | 73 | 300 | 164 | 105 | 0 | 50 | 31 | 222 | 65 | 61 |
| Binary | 111011 | 11000000 | 1110100 | 1000101 | 0 | 101000 | 11001 | 10010010 | 110101 | 110001 |
Color Harmonies of #3BC074
Complementary color
Monochromatic Colors of #3BC074
Black with #3BC074
Text Example
Text Example
White with #3BC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC074; }
p { color: rgb(59,192,116); }
H1.HeaderClassName
{
color: #3BC074;
}
.AnyTagClassName
{
color: #3BC074;
}
</style>
background-color css
<style>
a { background-color: #3BC074; }
a { background-color: rgb(59,192,116); }
div.DivClassName
{
background-color: #3BC074;
}
.BgClassName
{
background-color: #3BC074;
}
</style>
border-color css
<style>
span { border-color: #3BC074; }
span { border-color: rgb(59,192,116); }
td.TdClassName
{
border-color: #3BC074;
}
.TagClassName
{
border-color: #3BC074;
}
</style>