Shades of Medium Sea Green #3BA675
Tints of Medium Sea Green #3BA675
RGB
CMYK
RGB Variations
Color information
#3BA675 (or 0x3BA675) is known color: Medium Sea Green. HEX triplet: 3B, A6 and 75. RGB value is (59,166,117). Sum of RGB (Red+Green+Blue) = 59+166+117=342 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.25% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA675 is #C4598A. Grayscale: #808080. Windows color (decimal): -12867979 or 7710267. OLE color: 7710267.
HSL color Cylindrical-coordinate representation of color #3BA675: hue angle of 152.52º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA675 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 166 | 117 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.35 |
| HSL | 152.52º | 0.48% | 0.44% | - |
| HSV(B) | 152.52º | 0.64% | 0.65% | - |
| XYZ | 18.65 | 29.49 | 21.54 | - |
| YUV | 128.42 | 121.55 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 117 | 0.64 | 0 | 0.30 | 0.35 | 152.52 | 0.48 | 0.44 |
| Hex | 3B | A6 | 75 | 40 | 0 | 1E | 23 | 99 | 30 | 2C |
| Octal | 73 | 246 | 165 | 100 | 0 | 36 | 43 | 231 | 60 | 54 |
| Binary | 111011 | 10100110 | 1110101 | 1000000 | 0 | 11110 | 100011 | 10011001 | 110000 | 101100 |
Color Harmonies of #3BA675
Complementary color
Monochromatic Colors of #3BA675
Black with #3BA675
Text Example
Text Example
White with #3BA675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA675; }
p { color: rgb(59,166,117); }
H1.HeaderClassName
{
color: #3BA675;
}
.AnyTagClassName
{
color: #3BA675;
}
</style>
background-color css
<style>
a { background-color: #3BA675; }
a { background-color: rgb(59,166,117); }
div.DivClassName
{
background-color: #3BA675;
}
.BgClassName
{
background-color: #3BA675;
}
</style>
border-color css
<style>
span { border-color: #3BA675; }
span { border-color: rgb(59,166,117); }
td.TdClassName
{
border-color: #3BA675;
}
.TagClassName
{
border-color: #3BA675;
}
</style>