Shades of Shamrock #3CB7A2
Tints of Shamrock #3CB7A2
RGB
CMYK
RGB Variations
Color information
#3CB7A2 (or 0x3CB7A2) is known color: Shamrock. HEX triplet: 3C, B7 and A2. RGB value is (60,183,162). Sum of RGB (Red+Green+Blue) = 60+183+162=405 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.81% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB7A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB7A2 is #C3485D. Grayscale: #8F8F8F. Windows color (decimal): -12798046 or 10663740. OLE color: 10663740.
HSL color Cylindrical-coordinate representation of color #3CB7A2: hue angle of 169.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB7A2 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 183 | 162 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.28 |
| HSL | 169.76º | 0.51% | 0.48% | - |
| HSV(B) | 169.76º | 0.67% | 0.72% | - |
| XYZ | 25.32 | 37.44 | 40.07 | - |
| YUV | 143.83 | 138.25 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 162 | 0.67 | 0 | 0.11 | 0.28 | 169.76 | 0.51 | 0.48 |
| Hex | 3C | B7 | A2 | 43 | 0 | B | 1C | AA | 33 | 30 |
| Octal | 74 | 267 | 242 | 103 | 0 | 13 | 34 | 252 | 63 | 60 |
| Binary | 111100 | 10110111 | 10100010 | 1000011 | 0 | 1011 | 11100 | 10101010 | 110011 | 110000 |
Color Harmonies of #3CB7A2
Complementary color
Monochromatic Colors of #3CB7A2
Black with #3CB7A2
Text Example
Text Example
White with #3CB7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB7A2; }
p { color: rgb(60,183,162); }
H1.HeaderClassName
{
color: #3CB7A2;
}
.AnyTagClassName
{
color: #3CB7A2;
}
</style>
background-color css
<style>
a { background-color: #3CB7A2; }
a { background-color: rgb(60,183,162); }
div.DivClassName
{
background-color: #3CB7A2;
}
.BgClassName
{
background-color: #3CB7A2;
}
</style>
border-color css
<style>
span { border-color: #3CB7A2; }
span { border-color: rgb(60,183,162); }
td.TdClassName
{
border-color: #3CB7A2;
}
.TagClassName
{
border-color: #3CB7A2;
}
</style>