Shades of Shamrock #3BC89B
Tints of Shamrock #3BC89B
RGB
CMYK
RGB Variations
Color information
#3BC89B (or 0x3BC89B) is known color: Shamrock. HEX triplet: 3B, C8 and 9B. RGB value is (59,200,155). Sum of RGB (Red+Green+Blue) = 59+200+155=414 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.25% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC89B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC89B is #C43764. Grayscale: #989898. Windows color (decimal): -12859237 or 10209339. OLE color: 10209339.
HSL color Cylindrical-coordinate representation of color #3BC89B: hue angle of 160.85º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC89B is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 155 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.22 |
| HSL | 160.85º | 0.56% | 0.51% | - |
| HSV(B) | 160.85º | 0.71% | 0.78% | - |
| XYZ | 28.37 | 44.6 | 38.12 | - |
| YUV | 152.71 | 129.29 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 155 | 0.70 | 0 | 0.22 | 0.22 | 160.85 | 0.56 | 0.51 |
| Hex | 3B | C8 | 9B | 46 | 0 | 16 | 16 | A1 | 38 | 33 |
| Octal | 73 | 310 | 233 | 106 | 0 | 26 | 26 | 241 | 70 | 63 |
| Binary | 111011 | 11001000 | 10011011 | 1000110 | 0 | 10110 | 10110 | 10100001 | 111000 | 110011 |
Color Harmonies of #3BC89B
Complementary color
Monochromatic Colors of #3BC89B
Black with #3BC89B
Text Example
Text Example
White with #3BC89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC89B; }
p { color: rgb(59,200,155); }
H1.HeaderClassName
{
color: #3BC89B;
}
.AnyTagClassName
{
color: #3BC89B;
}
</style>
background-color css
<style>
a { background-color: #3BC89B; }
a { background-color: rgb(59,200,155); }
div.DivClassName
{
background-color: #3BC89B;
}
.BgClassName
{
background-color: #3BC89B;
}
</style>
border-color css
<style>
span { border-color: #3BC89B; }
span { border-color: rgb(59,200,155); }
td.TdClassName
{
border-color: #3BC89B;
}
.TagClassName
{
border-color: #3BC89B;
}
</style>