Shades of Shamrock #3BBC87
Tints of Shamrock #3BBC87
RGB
CMYK
RGB Variations
Color information
#3BBC87 (or 0x3BBC87) is known color: Shamrock. HEX triplet: 3B, BC and 87. RGB value is (59,188,135). Sum of RGB (Red+Green+Blue) = 59+188+135=382 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.45% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBC87 is #C44378. Grayscale: #8F8F8F. Windows color (decimal): -12862329 or 8895547. OLE color: 8895547.
HSL color Cylindrical-coordinate representation of color #3BBC87: hue angle of 155.35º 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 #3BBC87 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 135 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.26 |
| HSL | 155.35º | 0.52% | 0.48% | - |
| HSV(B) | 155.35º | 0.69% | 0.74% | - |
| XYZ | 24.16 | 38.65 | 29.11 | - |
| YUV | 143.39 | 123.26 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 135 | 0.69 | 0 | 0.28 | 0.26 | 155.35 | 0.52 | 0.48 |
| Hex | 3B | BC | 87 | 45 | 0 | 1C | 1A | 9B | 34 | 30 |
| Octal | 73 | 274 | 207 | 105 | 0 | 34 | 32 | 233 | 64 | 60 |
| Binary | 111011 | 10111100 | 10000111 | 1000101 | 0 | 11100 | 11010 | 10011011 | 110100 | 110000 |
Color Harmonies of #3BBC87
Complementary color
Monochromatic Colors of #3BBC87
Black with #3BBC87
Text Example
Text Example
White with #3BBC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBC87; }
p { color: rgb(59,188,135); }
H1.HeaderClassName
{
color: #3BBC87;
}
.AnyTagClassName
{
color: #3BBC87;
}
</style>
background-color css
<style>
a { background-color: #3BBC87; }
a { background-color: rgb(59,188,135); }
div.DivClassName
{
background-color: #3BBC87;
}
.BgClassName
{
background-color: #3BBC87;
}
</style>
border-color css
<style>
span { border-color: #3BBC87; }
span { border-color: rgb(59,188,135); }
td.TdClassName
{
border-color: #3BBC87;
}
.TagClassName
{
border-color: #3BBC87;
}
</style>