Shades of Shamrock #3BBCA6
Tints of Shamrock #3BBCA6
RGB
CMYK
RGB Variations
Color information
#3BBCA6 (or 0x3BBCA6) is known color: Shamrock. HEX triplet: 3B, BC and A6. RGB value is (59,188,166). Sum of RGB (Red+Green+Blue) = 59+188+166=413 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.29% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBCA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBCA6 is #C44359. Grayscale: #929292. Windows color (decimal): -12862298 or 10927163. OLE color: 10927163.
HSL color Cylindrical-coordinate representation of color #3BBCA6: hue angle of 169.77º 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 #3BBCA6 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 166 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.26 |
| HSL | 169.77º | 0.52% | 0.48% | - |
| HSV(B) | 169.77º | 0.69% | 0.74% | - |
| XYZ | 26.67 | 39.65 | 42.32 | - |
| YUV | 146.92 | 138.76 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 166 | 0.69 | 0 | 0.12 | 0.26 | 169.77 | 0.52 | 0.48 |
| Hex | 3B | BC | A6 | 45 | 0 | C | 1A | AA | 34 | 30 |
| Octal | 73 | 274 | 246 | 105 | 0 | 14 | 32 | 252 | 64 | 60 |
| Binary | 111011 | 10111100 | 10100110 | 1000101 | 0 | 1100 | 11010 | 10101010 | 110100 | 110000 |
Color Harmonies of #3BBCA6
Complementary color
Monochromatic Colors of #3BBCA6
Black with #3BBCA6
Text Example
Text Example
White with #3BBCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBCA6; }
p { color: rgb(59,188,166); }
H1.HeaderClassName
{
color: #3BBCA6;
}
.AnyTagClassName
{
color: #3BBCA6;
}
</style>
background-color css
<style>
a { background-color: #3BBCA6; }
a { background-color: rgb(59,188,166); }
div.DivClassName
{
background-color: #3BBCA6;
}
.BgClassName
{
background-color: #3BBCA6;
}
</style>
border-color css
<style>
span { border-color: #3BBCA6; }
span { border-color: rgb(59,188,166); }
td.TdClassName
{
border-color: #3BBCA6;
}
.TagClassName
{
border-color: #3BBCA6;
}
</style>