Shades of Shamrock #3BBC9B
Tints of Shamrock #3BBC9B
RGB
CMYK
RGB Variations
Color information
#3BBC9B (or 0x3BBC9B) is known color: Shamrock. HEX triplet: 3B, BC and 9B. RGB value is (59,188,155). Sum of RGB (Red+Green+Blue) = 59+188+155=402 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.68% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBC9B is #C44364. Grayscale: #919191. Windows color (decimal): -12862309 or 10206267. OLE color: 10206267.
HSL color Cylindrical-coordinate representation of color #3BBC9B: hue angle of 164.65º 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 #3BBC9B is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 155 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.26 |
| HSL | 164.65º | 0.52% | 0.48% | - |
| HSV(B) | 164.65º | 0.69% | 0.74% | - |
| XYZ | 25.7 | 39.26 | 37.23 | - |
| YUV | 145.67 | 133.26 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 155 | 0.69 | 0 | 0.18 | 0.26 | 164.65 | 0.52 | 0.48 |
| Hex | 3B | BC | 9B | 45 | 0 | 12 | 1A | A5 | 34 | 30 |
| Octal | 73 | 274 | 233 | 105 | 0 | 22 | 32 | 245 | 64 | 60 |
| Binary | 111011 | 10111100 | 10011011 | 1000101 | 0 | 10010 | 11010 | 10100101 | 110100 | 110000 |
Color Harmonies of #3BBC9B
Complementary color
Monochromatic Colors of #3BBC9B
Black with #3BBC9B
Text Example
Text Example
White with #3BBC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBC9B; }
p { color: rgb(59,188,155); }
H1.HeaderClassName
{
color: #3BBC9B;
}
.AnyTagClassName
{
color: #3BBC9B;
}
</style>
background-color css
<style>
a { background-color: #3BBC9B; }
a { background-color: rgb(59,188,155); }
div.DivClassName
{
background-color: #3BBC9B;
}
.BgClassName
{
background-color: #3BBC9B;
}
</style>
border-color css
<style>
span { border-color: #3BBC9B; }
span { border-color: rgb(59,188,155); }
td.TdClassName
{
border-color: #3BBC9B;
}
.TagClassName
{
border-color: #3BBC9B;
}
</style>