Shades of Shamrock #3BBBA4
Tints of Shamrock #3BBBA4
RGB
CMYK
RGB Variations
Color information
#3BBBA4 (or 0x3BBBA4) is known color: Shamrock. HEX triplet: 3B, BB and A4. RGB value is (59,187,164). Sum of RGB (Red+Green+Blue) = 59+187+164=410 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.39% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 164 (64.45% from 255 or 40% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #3BBBA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBBA4 is #C4445B. Grayscale: #929292. Windows color (decimal): -12862556 or 10795835. OLE color: 10795835.
HSL color Cylindrical-coordinate representation of color #3BBBA4: hue angle of 169.22º 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 #3BBBA4 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 187 | 164 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.27 |
| HSL | 169.22º | 0.52% | 0.48% | - |
| HSV(B) | 169.22º | 0.68% | 0.73% | - |
| XYZ | 26.27 | 39.15 | 41.29 | - |
| YUV | 146.11 | 138.09 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 187 | 164 | 0.68 | 0 | 0.12 | 0.27 | 169.22 | 0.52 | 0.48 |
| Hex | 3B | BB | A4 | 44 | 0 | C | 1B | A9 | 34 | 30 |
| Octal | 73 | 273 | 244 | 104 | 0 | 14 | 33 | 251 | 64 | 60 |
| Binary | 111011 | 10111011 | 10100100 | 1000100 | 0 | 1100 | 11011 | 10101001 | 110100 | 110000 |
Color Harmonies of #3BBBA4
Complementary color
Monochromatic Colors of #3BBBA4
Black with #3BBBA4
Text Example
Text Example
White with #3BBBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBBA4; }
p { color: rgb(59,187,164); }
H1.HeaderClassName
{
color: #3BBBA4;
}
.AnyTagClassName
{
color: #3BBBA4;
}
</style>
background-color css
<style>
a { background-color: #3BBBA4; }
a { background-color: rgb(59,187,164); }
div.DivClassName
{
background-color: #3BBBA4;
}
.BgClassName
{
background-color: #3BBBA4;
}
</style>
border-color css
<style>
span { border-color: #3BBBA4; }
span { border-color: rgb(59,187,164); }
td.TdClassName
{
border-color: #3BBBA4;
}
.TagClassName
{
border-color: #3BBBA4;
}
</style>