Shades of Shamrock #3CB998
Tints of Shamrock #3CB998
RGB
CMYK
RGB Variations
Color information
#3CB998 (or 0x3CB998) is known color: Shamrock. HEX triplet: 3C, B9 and 98. RGB value is (60,185,152). Sum of RGB (Red+Green+Blue) = 60+185+152=397 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.11% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB998 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB998 is #C34667. Grayscale: #8F8F8F. Windows color (decimal): -12797544 or 10008892. OLE color: 10008892.
HSL color Cylindrical-coordinate representation of color #3CB998: hue angle of 164.16º degrees, saturation: 0.51, 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 #3CB998 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 185 | 152 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.27 |
| HSL | 164.16º | 0.51% | 0.48% | - |
| HSV(B) | 164.16º | 0.68% | 0.73% | - |
| XYZ | 24.88 | 37.93 | 35.71 | - |
| YUV | 143.86 | 132.59 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 185 | 152 | 0.68 | 0 | 0.18 | 0.27 | 164.16 | 0.51 | 0.48 |
| Hex | 3C | B9 | 98 | 44 | 0 | 12 | 1B | A4 | 33 | 30 |
| Octal | 74 | 271 | 230 | 104 | 0 | 22 | 33 | 244 | 63 | 60 |
| Binary | 111100 | 10111001 | 10011000 | 1000100 | 0 | 10010 | 11011 | 10100100 | 110011 | 110000 |
Color Harmonies of #3CB998
Complementary color
Monochromatic Colors of #3CB998
Black with #3CB998
Text Example
Text Example
White with #3CB998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB998; }
p { color: rgb(60,185,152); }
H1.HeaderClassName
{
color: #3CB998;
}
.AnyTagClassName
{
color: #3CB998;
}
</style>
background-color css
<style>
a { background-color: #3CB998; }
a { background-color: rgb(60,185,152); }
div.DivClassName
{
background-color: #3CB998;
}
.BgClassName
{
background-color: #3CB998;
}
</style>
border-color css
<style>
span { border-color: #3CB998; }
span { border-color: rgb(60,185,152); }
td.TdClassName
{
border-color: #3CB998;
}
.TagClassName
{
border-color: #3CB998;
}
</style>