Shades of Shamrock #3BC69A
Tints of Shamrock #3BC69A
RGB
CMYK
RGB Variations
Color information
#3BC69A (or 0x3BC69A) is known color: Shamrock. HEX triplet: 3B, C6 and 9A. RGB value is (59,198,154). Sum of RGB (Red+Green+Blue) = 59+198+154=411 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.36% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #3BC69A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC69A is #C43965. Grayscale: #979797. Windows color (decimal): -12859750 or 10143291. OLE color: 10143291.
HSL color Cylindrical-coordinate representation of color #3BC69A: hue angle of 161.01º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC69A is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 198 | 154 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.22 |
| HSL | 161.01º | 0.55% | 0.5% | - |
| HSV(B) | 161.01º | 0.7% | 0.78% | - |
| XYZ | 27.83 | 43.65 | 37.53 | - |
| YUV | 151.42 | 129.45 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 198 | 154 | 0.70 | 0 | 0.22 | 0.22 | 161.01 | 0.55 | 0.5 |
| Hex | 3B | C6 | 9A | 46 | 0 | 16 | 16 | A1 | 37 | 32 |
| Octal | 73 | 306 | 232 | 106 | 0 | 26 | 26 | 241 | 67 | 62 |
| Binary | 111011 | 11000110 | 10011010 | 1000110 | 0 | 10110 | 10110 | 10100001 | 110111 | 110010 |
Color Harmonies of #3BC69A
Complementary color
Monochromatic Colors of #3BC69A
Black with #3BC69A
Text Example
Text Example
White with #3BC69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC69A; }
p { color: rgb(59,198,154); }
H1.HeaderClassName
{
color: #3BC69A;
}
.AnyTagClassName
{
color: #3BC69A;
}
</style>
background-color css
<style>
a { background-color: #3BC69A; }
a { background-color: rgb(59,198,154); }
div.DivClassName
{
background-color: #3BC69A;
}
.BgClassName
{
background-color: #3BC69A;
}
</style>
border-color css
<style>
span { border-color: #3BC69A; }
span { border-color: rgb(59,198,154); }
td.TdClassName
{
border-color: #3BC69A;
}
.TagClassName
{
border-color: #3BC69A;
}
</style>