Shades of Shamrock #3CB69B
Tints of Shamrock #3CB69B
RGB
CMYK
RGB Variations
Color information
#3CB69B (or 0x3CB69B) is known color: Shamrock. HEX triplet: 3C, B6 and 9B. RGB value is (60,182,155). Sum of RGB (Red+Green+Blue) = 60+182+155=397 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.11% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB69B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB69B is #C34964. Grayscale: #8E8E8E. Windows color (decimal): -12798309 or 10204732. OLE color: 10204732.
HSL color Cylindrical-coordinate representation of color #3CB69B: hue angle of 166.72º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB69B is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 155 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.29 |
| HSL | 166.72º | 0.5% | 0.47% | - |
| HSV(B) | 166.72º | 0.67% | 0.71% | - |
| XYZ | 24.51 | 36.78 | 36.82 | - |
| YUV | 142.44 | 135.08 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 155 | 0.67 | 0 | 0.15 | 0.29 | 166.72 | 0.5 | 0.47 |
| Hex | 3C | B6 | 9B | 43 | 0 | F | 1D | A7 | 32 | 2F |
| Octal | 74 | 266 | 233 | 103 | 0 | 17 | 35 | 247 | 62 | 57 |
| Binary | 111100 | 10110110 | 10011011 | 1000011 | 0 | 1111 | 11101 | 10100111 | 110010 | 101111 |
Color Harmonies of #3CB69B
Complementary color
Monochromatic Colors of #3CB69B
Black with #3CB69B
Text Example
Text Example
White with #3CB69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB69B; }
p { color: rgb(60,182,155); }
H1.HeaderClassName
{
color: #3CB69B;
}
.AnyTagClassName
{
color: #3CB69B;
}
</style>
background-color css
<style>
a { background-color: #3CB69B; }
a { background-color: rgb(60,182,155); }
div.DivClassName
{
background-color: #3CB69B;
}
.BgClassName
{
background-color: #3CB69B;
}
</style>
border-color css
<style>
span { border-color: #3CB69B; }
span { border-color: rgb(60,182,155); }
td.TdClassName
{
border-color: #3CB69B;
}
.TagClassName
{
border-color: #3CB69B;
}
</style>