Shades of Shamrock #3CB89B
Tints of Shamrock #3CB89B
RGB
CMYK
RGB Variations
Color information
#3CB89B (or 0x3CB89B) is known color: Shamrock. HEX triplet: 3C, B8 and 9B. RGB value is (60,184,155). Sum of RGB (Red+Green+Blue) = 60+184+155=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB89B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB89B is #C34764. Grayscale: #8F8F8F. Windows color (decimal): -12797797 or 10205244. OLE color: 10205244.
HSL color Cylindrical-coordinate representation of color #3CB89B: hue angle of 165.97º 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 #3CB89B is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 184 | 155 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.28 |
| HSL | 165.97º | 0.51% | 0.48% | - |
| HSV(B) | 165.97º | 0.67% | 0.72% | - |
| XYZ | 24.92 | 37.61 | 36.96 | - |
| YUV | 143.62 | 134.42 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 184 | 155 | 0.67 | 0 | 0.16 | 0.28 | 165.97 | 0.51 | 0.48 |
| Hex | 3C | B8 | 9B | 43 | 0 | 10 | 1C | A6 | 33 | 30 |
| Octal | 74 | 270 | 233 | 103 | 0 | 20 | 34 | 246 | 63 | 60 |
| Binary | 111100 | 10111000 | 10011011 | 1000011 | 0 | 10000 | 11100 | 10100110 | 110011 | 110000 |
Color Harmonies of #3CB89B
Complementary color
Monochromatic Colors of #3CB89B
Black with #3CB89B
Text Example
Text Example
White with #3CB89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB89B; }
p { color: rgb(60,184,155); }
H1.HeaderClassName
{
color: #3CB89B;
}
.AnyTagClassName
{
color: #3CB89B;
}
</style>
background-color css
<style>
a { background-color: #3CB89B; }
a { background-color: rgb(60,184,155); }
div.DivClassName
{
background-color: #3CB89B;
}
.BgClassName
{
background-color: #3CB89B;
}
</style>
border-color css
<style>
span { border-color: #3CB89B; }
span { border-color: rgb(60,184,155); }
td.TdClassName
{
border-color: #3CB89B;
}
.TagClassName
{
border-color: #3CB89B;
}
</style>