Shades of Shamrock #3BBB95
Tints of Shamrock #3BBB95
RGB
CMYK
RGB Variations
Color information
#3BBB95 (or 0x3BBB95) is known color: Shamrock. HEX triplet: 3B, BB and 95. RGB value is (59,187,149). Sum of RGB (Red+Green+Blue) = 59+187+149=395 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.94% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #3BBB95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBB95 is #C4446A. Grayscale: #909090. Windows color (decimal): -12862571 or 9812795. OLE color: 9812795.
HSL color Cylindrical-coordinate representation of color #3BBB95: hue angle of 162.19º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BBB95 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 187 | 149 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.27 |
| HSL | 162.19º | 0.52% | 0.48% | - |
| HSV(B) | 162.19º | 0.68% | 0.73% | - |
| XYZ | 25 | 38.64 | 34.57 | - |
| YUV | 144.4 | 130.59 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 187 | 149 | 0.68 | 0 | 0.20 | 0.27 | 162.19 | 0.52 | 0.48 |
| Hex | 3B | BB | 95 | 44 | 0 | 14 | 1B | A2 | 34 | 30 |
| Octal | 73 | 273 | 225 | 104 | 0 | 24 | 33 | 242 | 64 | 60 |
| Binary | 111011 | 10111011 | 10010101 | 1000100 | 0 | 10100 | 11011 | 10100010 | 110100 | 110000 |
Color Harmonies of #3BBB95
Complementary color
Monochromatic Colors of #3BBB95
Black with #3BBB95
Text Example
Text Example
White with #3BBB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBB95; }
p { color: rgb(59,187,149); }
H1.HeaderClassName
{
color: #3BBB95;
}
.AnyTagClassName
{
color: #3BBB95;
}
</style>
background-color css
<style>
a { background-color: #3BBB95; }
a { background-color: rgb(59,187,149); }
div.DivClassName
{
background-color: #3BBB95;
}
.BgClassName
{
background-color: #3BBB95;
}
</style>
border-color css
<style>
span { border-color: #3BBB95; }
span { border-color: rgb(59,187,149); }
td.TdClassName
{
border-color: #3BBB95;
}
.TagClassName
{
border-color: #3BBB95;
}
</style>