Shades of Shamrock #3BCD9B
Tints of Shamrock #3BCD9B
RGB
CMYK
RGB Variations
Color information
#3BCD9B (or 0x3BCD9B) is known color: Shamrock. HEX triplet: 3B, CD and 9B. RGB value is (59,205,155). Sum of RGB (Red+Green+Blue) = 59+205+155=419 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.08% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCD9B is #C43264. Grayscale: #9B9B9B. Windows color (decimal): -12857957 or 10210619. OLE color: 10210619.
HSL color Cylindrical-coordinate representation of color #3BCD9B: hue angle of 159.45º 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 #3BCD9B is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 155 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.20 |
| HSL | 159.45º | 0.59% | 0.52% | - |
| HSV(B) | 159.45º | 0.71% | 0.8% | - |
| XYZ | 29.55 | 46.96 | 38.52 | - |
| YUV | 155.65 | 127.63 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 155 | 0.71 | 0 | 0.24 | 0.20 | 159.45 | 0.59 | 0.52 |
| Hex | 3B | CD | 9B | 47 | 0 | 18 | 14 | 9F | 3B | 34 |
| Octal | 73 | 315 | 233 | 107 | 0 | 30 | 24 | 237 | 73 | 64 |
| Binary | 111011 | 11001101 | 10011011 | 1000111 | 0 | 11000 | 10100 | 10011111 | 111011 | 110100 |
Color Harmonies of #3BCD9B
Complementary color
Monochromatic Colors of #3BCD9B
Black with #3BCD9B
Text Example
Text Example
White with #3BCD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCD9B; }
p { color: rgb(59,205,155); }
H1.HeaderClassName
{
color: #3BCD9B;
}
.AnyTagClassName
{
color: #3BCD9B;
}
</style>
background-color css
<style>
a { background-color: #3BCD9B; }
a { background-color: rgb(59,205,155); }
div.DivClassName
{
background-color: #3BCD9B;
}
.BgClassName
{
background-color: #3BCD9B;
}
</style>
border-color css
<style>
span { border-color: #3BCD9B; }
span { border-color: rgb(59,205,155); }
td.TdClassName
{
border-color: #3BCD9B;
}
.TagClassName
{
border-color: #3BCD9B;
}
</style>