Shades of Shamrock #3BCC9D
Tints of Shamrock #3BCC9D
RGB
CMYK
RGB Variations
Color information
#3BCC9D (or 0x3BCC9D) is known color: Shamrock. HEX triplet: 3B, CC and 9D. RGB value is (59,204,157). Sum of RGB (Red+Green+Blue) = 59+204+157=420 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.05% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #3BCC9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCC9D is #C43362. Grayscale: #9B9B9B. Windows color (decimal): -12858211 or 10341435. OLE color: 10341435.
HSL color Cylindrical-coordinate representation of color #3BCC9D: hue angle of 160.55º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCC9D is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 204 | 157 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.2 |
| HSL | 160.55º | 0.59% | 0.52% | - |
| HSV(B) | 160.55º | 0.71% | 0.8% | - |
| XYZ | 29.48 | 46.55 | 39.33 | - |
| YUV | 155.29 | 128.96 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 204 | 157 | 0.71 | 0 | 0.23 | 0.2 | 160.55 | 0.59 | 0.52 |
| Hex | 3B | CC | 9D | 47 | 0 | 17 | 14 | A1 | 3B | 34 |
| Octal | 73 | 314 | 235 | 107 | 0 | 27 | 24 | 241 | 73 | 64 |
| Binary | 111011 | 11001100 | 10011101 | 1000111 | 0 | 10111 | 10100 | 10100001 | 111011 | 110100 |
Color Harmonies of #3BCC9D
Complementary color
Monochromatic Colors of #3BCC9D
Black with #3BCC9D
Text Example
Text Example
White with #3BCC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCC9D; }
p { color: rgb(59,204,157); }
H1.HeaderClassName
{
color: #3BCC9D;
}
.AnyTagClassName
{
color: #3BCC9D;
}
</style>
background-color css
<style>
a { background-color: #3BCC9D; }
a { background-color: rgb(59,204,157); }
div.DivClassName
{
background-color: #3BCC9D;
}
.BgClassName
{
background-color: #3BCC9D;
}
</style>
border-color css
<style>
span { border-color: #3BCC9D; }
span { border-color: rgb(59,204,157); }
td.TdClassName
{
border-color: #3BCC9D;
}
.TagClassName
{
border-color: #3BCC9D;
}
</style>