Shades of Medium Sea Green #3BA476
Tints of Medium Sea Green #3BA476
RGB
CMYK
RGB Variations
Color information
#3BA476 (or 0x3BA476) is known color: Medium Sea Green. HEX triplet: 3B, A4 and 76. RGB value is (59,164,118). Sum of RGB (Red+Green+Blue) = 59+164+118=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #3BA476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA476 is #C45B89. Grayscale: #7F7F7F. Windows color (decimal): -12868490 or 7775291. OLE color: 7775291.
HSL color Cylindrical-coordinate representation of color #3BA476: hue angle of 153.71º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA476 is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 164 | 118 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.36 |
| HSL | 153.71º | 0.47% | 0.44% | - |
| HSV(B) | 153.71º | 0.64% | 0.64% | - |
| XYZ | 18.35 | 28.79 | 21.73 | - |
| YUV | 127.36 | 122.71 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 118 | 0.64 | 0 | 0.28 | 0.36 | 153.71 | 0.47 | 0.44 |
| Hex | 3B | A4 | 76 | 40 | 0 | 1C | 24 | 9A | 2F | 2C |
| Octal | 73 | 244 | 166 | 100 | 0 | 34 | 44 | 232 | 57 | 54 |
| Binary | 111011 | 10100100 | 1110110 | 1000000 | 0 | 11100 | 100100 | 10011010 | 101111 | 101100 |
Color Harmonies of #3BA476
Complementary color
Monochromatic Colors of #3BA476
Black with #3BA476
Text Example
Text Example
White with #3BA476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA476; }
p { color: rgb(59,164,118); }
H1.HeaderClassName
{
color: #3BA476;
}
.AnyTagClassName
{
color: #3BA476;
}
</style>
background-color css
<style>
a { background-color: #3BA476; }
a { background-color: rgb(59,164,118); }
div.DivClassName
{
background-color: #3BA476;
}
.BgClassName
{
background-color: #3BA476;
}
</style>
border-color css
<style>
span { border-color: #3BA476; }
span { border-color: rgb(59,164,118); }
td.TdClassName
{
border-color: #3BA476;
}
.TagClassName
{
border-color: #3BA476;
}
</style>