Shades of Shamrock #3BC89D
Tints of Shamrock #3BC89D
RGB
CMYK
RGB Variations
Color information
#3BC89D (or 0x3BC89D) is known color: Shamrock. HEX triplet: 3B, C8 and 9D. RGB value is (59,200,157). Sum of RGB (Red+Green+Blue) = 59+200+157=416 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.18% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC89D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC89D is #C43762. Grayscale: #989898. Windows color (decimal): -12859235 or 10340411. OLE color: 10340411.
HSL color Cylindrical-coordinate representation of color #3BC89D: hue angle of 161.7º 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 #3BC89D is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 157 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.22 |
| HSL | 161.7º | 0.56% | 0.51% | - |
| HSV(B) | 161.7º | 0.71% | 0.78% | - |
| XYZ | 28.54 | 44.67 | 39.02 | - |
| YUV | 152.94 | 130.29 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 157 | 0.70 | 0 | 0.22 | 0.22 | 161.7 | 0.56 | 0.51 |
| Hex | 3B | C8 | 9D | 46 | 0 | 16 | 16 | A2 | 38 | 33 |
| Octal | 73 | 310 | 235 | 106 | 0 | 26 | 26 | 242 | 70 | 63 |
| Binary | 111011 | 11001000 | 10011101 | 1000110 | 0 | 10110 | 10110 | 10100010 | 111000 | 110011 |
Color Harmonies of #3BC89D
Complementary color
Monochromatic Colors of #3BC89D
Black with #3BC89D
Text Example
Text Example
White with #3BC89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC89D; }
p { color: rgb(59,200,157); }
H1.HeaderClassName
{
color: #3BC89D;
}
.AnyTagClassName
{
color: #3BC89D;
}
</style>
background-color css
<style>
a { background-color: #3BC89D; }
a { background-color: rgb(59,200,157); }
div.DivClassName
{
background-color: #3BC89D;
}
.BgClassName
{
background-color: #3BC89D;
}
</style>
border-color css
<style>
span { border-color: #3BC89D; }
span { border-color: rgb(59,200,157); }
td.TdClassName
{
border-color: #3BC89D;
}
.TagClassName
{
border-color: #3BC89D;
}
</style>