Shades of Shamrock #3BC99F
Tints of Shamrock #3BC99F
RGB
CMYK
RGB Variations
Color information
#3BC99F (or 0x3BC99F) is known color: Shamrock. HEX triplet: 3B, C9 and 9F. RGB value is (59,201,159). Sum of RGB (Red+Green+Blue) = 59+201+159=419 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.08% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #3BC99F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC99F is #C43660. Grayscale: #999999. Windows color (decimal): -12858977 or 10471739. OLE color: 10471739.
HSL color Cylindrical-coordinate representation of color #3BC99F: hue angle of 162.25º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC99F is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 201 | 159 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.21 |
| HSL | 162.25º | 0.57% | 0.51% | - |
| HSV(B) | 162.25º | 0.71% | 0.79% | - |
| XYZ | 28.95 | 45.21 | 40 | - |
| YUV | 153.75 | 130.96 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 201 | 159 | 0.71 | 0 | 0.21 | 0.21 | 162.25 | 0.57 | 0.51 |
| Hex | 3B | C9 | 9F | 47 | 0 | 15 | 15 | A2 | 39 | 33 |
| Octal | 73 | 311 | 237 | 107 | 0 | 25 | 25 | 242 | 71 | 63 |
| Binary | 111011 | 11001001 | 10011111 | 1000111 | 0 | 10101 | 10101 | 10100010 | 111001 | 110011 |
Color Harmonies of #3BC99F
Complementary color
Monochromatic Colors of #3BC99F
Black with #3BC99F
Text Example
Text Example
White with #3BC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC99F; }
p { color: rgb(59,201,159); }
H1.HeaderClassName
{
color: #3BC99F;
}
.AnyTagClassName
{
color: #3BC99F;
}
</style>
background-color css
<style>
a { background-color: #3BC99F; }
a { background-color: rgb(59,201,159); }
div.DivClassName
{
background-color: #3BC99F;
}
.BgClassName
{
background-color: #3BC99F;
}
</style>
border-color css
<style>
span { border-color: #3BC99F; }
span { border-color: rgb(59,201,159); }
td.TdClassName
{
border-color: #3BC99F;
}
.TagClassName
{
border-color: #3BC99F;
}
</style>