Shades of Shamrock #3BB7A2
Tints of Shamrock #3BB7A2
RGB
CMYK
RGB Variations
Color information
#3BB7A2 (or 0x3BB7A2) is known color: Shamrock. HEX triplet: 3B, B7 and A2. RGB value is (59,183,162). Sum of RGB (Red+Green+Blue) = 59+183+162=404 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.60% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 183 - color contains mainly: green. Hex color #3BB7A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB7A2 is #C4485D. Grayscale: #8F8F8F. Windows color (decimal): -12863582 or 10663739. OLE color: 10663739.
HSL color Cylindrical-coordinate representation of color #3BB7A2: hue angle of 169.84º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BB7A2 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 59 | 183 | 162 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.28 |
| HSL | 169.84º | 0.51% | 0.47% | - |
| HSV(B) | 169.84º | 0.68% | 0.72% | - |
| XYZ | 25.26 | 37.41 | 40.07 | - |
| YUV | 143.53 | 138.42 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 183 | 162 | 0.68 | 0 | 0.11 | 0.28 | 169.84 | 0.51 | 0.47 |
| Hex | 3B | B7 | A2 | 44 | 0 | B | 1C | AA | 33 | 2F |
| Octal | 73 | 267 | 242 | 104 | 0 | 13 | 34 | 252 | 63 | 57 |
| Binary | 111011 | 10110111 | 10100010 | 1000100 | 0 | 1011 | 11100 | 10101010 | 110011 | 101111 |
Color Harmonies of #3BB7A2
Complementary color
Monochromatic Colors of #3BB7A2
Black with #3BB7A2
Text Example
Text Example
White with #3BB7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB7A2; }
p { color: rgb(59,183,162); }
H1.HeaderClassName
{
color: #3BB7A2;
}
.AnyTagClassName
{
color: #3BB7A2;
}
</style>
background-color css
<style>
a { background-color: #3BB7A2; }
a { background-color: rgb(59,183,162); }
div.DivClassName
{
background-color: #3BB7A2;
}
.BgClassName
{
background-color: #3BB7A2;
}
</style>
border-color css
<style>
span { border-color: #3BB7A2; }
span { border-color: rgb(59,183,162); }
td.TdClassName
{
border-color: #3BB7A2;
}
.TagClassName
{
border-color: #3BB7A2;
}
</style>