Shades of Shamrock #3BBB88
Tints of Shamrock #3BBB88
RGB
CMYK
RGB Variations
Color information
#3BBB88 (or 0x3BBB88) is known color: Shamrock. HEX triplet: 3B, BB and 88. RGB value is (59,187,136). Sum of RGB (Red+Green+Blue) = 59+187+136=382 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.45% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #3BBB88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBB88 is #C44477. Grayscale: #8E8E8E. Windows color (decimal): -12862584 or 8960827. OLE color: 8960827.
HSL color Cylindrical-coordinate representation of color #3BBB88: hue angle of 156.09º 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 #3BBB88 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 187 | 136 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.27 |
| HSL | 156.09º | 0.52% | 0.48% | - |
| HSV(B) | 156.09º | 0.68% | 0.73% | - |
| XYZ | 24.02 | 38.25 | 29.41 | - |
| YUV | 142.91 | 124.09 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 187 | 136 | 0.68 | 0 | 0.27 | 0.27 | 156.09 | 0.52 | 0.48 |
| Hex | 3B | BB | 88 | 44 | 0 | 1B | 1B | 9C | 34 | 30 |
| Octal | 73 | 273 | 210 | 104 | 0 | 33 | 33 | 234 | 64 | 60 |
| Binary | 111011 | 10111011 | 10001000 | 1000100 | 0 | 11011 | 11011 | 10011100 | 110100 | 110000 |
Color Harmonies of #3BBB88
Complementary color
Monochromatic Colors of #3BBB88
Black with #3BBB88
Text Example
Text Example
White with #3BBB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBB88; }
p { color: rgb(59,187,136); }
H1.HeaderClassName
{
color: #3BBB88;
}
.AnyTagClassName
{
color: #3BBB88;
}
</style>
background-color css
<style>
a { background-color: #3BBB88; }
a { background-color: rgb(59,187,136); }
div.DivClassName
{
background-color: #3BBB88;
}
.BgClassName
{
background-color: #3BBB88;
}
</style>
border-color css
<style>
span { border-color: #3BBB88; }
span { border-color: rgb(59,187,136); }
td.TdClassName
{
border-color: #3BBB88;
}
.TagClassName
{
border-color: #3BBB88;
}
</style>