Shades of Shamrock #3BC88B
Tints of Shamrock #3BC88B
RGB
CMYK
RGB Variations
Color information
#3BC88B (or 0x3BC88B) is known color: Shamrock. HEX triplet: 3B, C8 and 8B. RGB value is (59,200,139). Sum of RGB (Red+Green+Blue) = 59+200+139=398 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.82% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC88B is #C43774. Grayscale: #969696. Windows color (decimal): -12859253 or 9160763. OLE color: 9160763.
HSL color Cylindrical-coordinate representation of color #3BC88B: hue angle of 154.04º 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 #3BC88B is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 139 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.22 |
| HSL | 154.04º | 0.56% | 0.51% | - |
| HSV(B) | 154.04º | 0.71% | 0.78% | - |
| XYZ | 27.12 | 44.1 | 31.51 | - |
| YUV | 150.89 | 121.29 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 139 | 0.70 | 0 | 0.30 | 0.22 | 154.04 | 0.56 | 0.51 |
| Hex | 3B | C8 | 8B | 46 | 0 | 1E | 16 | 9A | 38 | 33 |
| Octal | 73 | 310 | 213 | 106 | 0 | 36 | 26 | 232 | 70 | 63 |
| Binary | 111011 | 11001000 | 10001011 | 1000110 | 0 | 11110 | 10110 | 10011010 | 111000 | 110011 |
Color Harmonies of #3BC88B
Complementary color
Monochromatic Colors of #3BC88B
Black with #3BC88B
Text Example
Text Example
White with #3BC88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC88B; }
p { color: rgb(59,200,139); }
H1.HeaderClassName
{
color: #3BC88B;
}
.AnyTagClassName
{
color: #3BC88B;
}
</style>
background-color css
<style>
a { background-color: #3BC88B; }
a { background-color: rgb(59,200,139); }
div.DivClassName
{
background-color: #3BC88B;
}
.BgClassName
{
background-color: #3BC88B;
}
</style>
border-color css
<style>
span { border-color: #3BC88B; }
span { border-color: rgb(59,200,139); }
td.TdClassName
{
border-color: #3BC88B;
}
.TagClassName
{
border-color: #3BC88B;
}
</style>