Shades of Shamrock #3BC997
Tints of Shamrock #3BC997
RGB
CMYK
RGB Variations
Color information
#3BC997 (or 0x3BC997) is known color: Shamrock. HEX triplet: 3B, C9 and 97. RGB value is (59,201,151). Sum of RGB (Red+Green+Blue) = 59+201+151=411 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.36% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 201 - color contains mainly: green. Hex color #3BC997 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC997 is #C43668. Grayscale: #989898. Windows color (decimal): -12858985 or 9947451. OLE color: 9947451.
HSL color Cylindrical-coordinate representation of color #3BC997: hue angle of 158.87º 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 #3BC997 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 201 | 151 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.21 |
| HSL | 158.87º | 0.57% | 0.51% | - |
| HSV(B) | 158.87º | 0.71% | 0.79% | - |
| XYZ | 28.28 | 44.94 | 36.46 | - |
| YUV | 152.84 | 126.96 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 201 | 151 | 0.71 | 0 | 0.25 | 0.21 | 158.87 | 0.57 | 0.51 |
| Hex | 3B | C9 | 97 | 47 | 0 | 19 | 15 | 9F | 39 | 33 |
| Octal | 73 | 311 | 227 | 107 | 0 | 31 | 25 | 237 | 71 | 63 |
| Binary | 111011 | 11001001 | 10010111 | 1000111 | 0 | 11001 | 10101 | 10011111 | 111001 | 110011 |
Color Harmonies of #3BC997
Complementary color
Monochromatic Colors of #3BC997
Black with #3BC997
Text Example
Text Example
White with #3BC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC997; }
p { color: rgb(59,201,151); }
H1.HeaderClassName
{
color: #3BC997;
}
.AnyTagClassName
{
color: #3BC997;
}
</style>
background-color css
<style>
a { background-color: #3BC997; }
a { background-color: rgb(59,201,151); }
div.DivClassName
{
background-color: #3BC997;
}
.BgClassName
{
background-color: #3BC997;
}
</style>
border-color css
<style>
span { border-color: #3BC997; }
span { border-color: rgb(59,201,151); }
td.TdClassName
{
border-color: #3BC997;
}
.TagClassName
{
border-color: #3BC997;
}
</style>