Shades of Medium Sea Green #3BB075
Tints of Medium Sea Green #3BB075
RGB
CMYK
RGB Variations
Color information
#3BB075 (or 0x3BB075) is known color: Medium Sea Green. HEX triplet: 3B, B0 and 75. RGB value is (59,176,117). Sum of RGB (Red+Green+Blue) = 59+176+117=352 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.76% from 352); Green value is 176 (69.14% from 255 or 50% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 176 - color contains mainly: green. Hex color #3BB075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BB075 is #C44F8A. Grayscale: #868686. Windows color (decimal): -12865419 or 7712827. OLE color: 7712827.
HSL color Cylindrical-coordinate representation of color #3BB075: hue angle of 149.74º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BB075 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 176 | 117 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.31 |
| HSL | 149.74º | 0.5% | 0.46% | - |
| HSV(B) | 149.74º | 0.66% | 0.69% | - |
| XYZ | 20.54 | 33.26 | 22.17 | - |
| YUV | 134.29 | 118.24 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 176 | 117 | 0.66 | 0 | 0.34 | 0.31 | 149.74 | 0.5 | 0.46 |
| Hex | 3B | B0 | 75 | 42 | 0 | 22 | 1F | 96 | 32 | 2E |
| Octal | 73 | 260 | 165 | 102 | 0 | 42 | 37 | 226 | 62 | 56 |
| Binary | 111011 | 10110000 | 1110101 | 1000010 | 0 | 100010 | 11111 | 10010110 | 110010 | 101110 |
Color Harmonies of #3BB075
Complementary color
Monochromatic Colors of #3BB075
Black with #3BB075
Text Example
Text Example
White with #3BB075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB075; }
p { color: rgb(59,176,117); }
H1.HeaderClassName
{
color: #3BB075;
}
.AnyTagClassName
{
color: #3BB075;
}
</style>
background-color css
<style>
a { background-color: #3BB075; }
a { background-color: rgb(59,176,117); }
div.DivClassName
{
background-color: #3BB075;
}
.BgClassName
{
background-color: #3BB075;
}
</style>
border-color css
<style>
span { border-color: #3BB075; }
span { border-color: rgb(59,176,117); }
td.TdClassName
{
border-color: #3BB075;
}
.TagClassName
{
border-color: #3BB075;
}
</style>