Shades of Shamrock #3BBC91
Tints of Shamrock #3BBC91
RGB
CMYK
RGB Variations
Color information
#3BBC91 (or 0x3BBC91) is known color: Shamrock. HEX triplet: 3B, BC and 91. RGB value is (59,188,145). Sum of RGB (Red+Green+Blue) = 59+188+145=392 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.05% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBC91 is #C4436E. Grayscale: #909090. Windows color (decimal): -12862319 or 9550907. OLE color: 9550907.
HSL color Cylindrical-coordinate representation of color #3BBC91: hue angle of 160º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBC91 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 145 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.26 |
| HSL | 160º | 0.52% | 0.48% | - |
| HSV(B) | 160º | 0.69% | 0.74% | - |
| XYZ | 24.9 | 38.94 | 32.99 | - |
| YUV | 144.53 | 128.26 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 145 | 0.69 | 0 | 0.23 | 0.26 | 160 | 0.52 | 0.48 |
| Hex | 3B | BC | 91 | 45 | 0 | 17 | 1A | A0 | 34 | 30 |
| Octal | 73 | 274 | 221 | 105 | 0 | 27 | 32 | 240 | 64 | 60 |
| Binary | 111011 | 10111100 | 10010001 | 1000101 | 0 | 10111 | 11010 | 10100000 | 110100 | 110000 |
Color Harmonies of #3BBC91
Complementary color
Monochromatic Colors of #3BBC91
Black with #3BBC91
Text Example
Text Example
White with #3BBC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBC91; }
p { color: rgb(59,188,145); }
H1.HeaderClassName
{
color: #3BBC91;
}
.AnyTagClassName
{
color: #3BBC91;
}
</style>
background-color css
<style>
a { background-color: #3BBC91; }
a { background-color: rgb(59,188,145); }
div.DivClassName
{
background-color: #3BBC91;
}
.BgClassName
{
background-color: #3BBC91;
}
</style>
border-color css
<style>
span { border-color: #3BBC91; }
span { border-color: rgb(59,188,145); }
td.TdClassName
{
border-color: #3BBC91;
}
.TagClassName
{
border-color: #3BBC91;
}
</style>