Shades of Shamrock #3BCD8C
Tints of Shamrock #3BCD8C
RGB
CMYK
RGB Variations
Color information
#3BCD8C (or 0x3BCD8C) is known color: Shamrock. HEX triplet: 3B, CD and 8C. RGB value is (59,205,140). Sum of RGB (Red+Green+Blue) = 59+205+140=404 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.60% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCD8C is #C43273. Grayscale: #9A9A9A. Windows color (decimal): -12857972 or 9227579. OLE color: 9227579.
HSL color Cylindrical-coordinate representation of color #3BCD8C: hue angle of 153.29º 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 #3BCD8C is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 140 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.20 |
| HSL | 153.29º | 0.59% | 0.52% | - |
| HSV(B) | 153.29º | 0.71% | 0.8% | - |
| XYZ | 28.37 | 46.49 | 32.29 | - |
| YUV | 153.94 | 120.13 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 140 | 0.71 | 0 | 0.32 | 0.20 | 153.29 | 0.59 | 0.52 |
| Hex | 3B | CD | 8C | 47 | 0 | 20 | 14 | 99 | 3B | 34 |
| Octal | 73 | 315 | 214 | 107 | 0 | 40 | 24 | 231 | 73 | 64 |
| Binary | 111011 | 11001101 | 10001100 | 1000111 | 0 | 100000 | 10100 | 10011001 | 111011 | 110100 |
Color Harmonies of #3BCD8C
Complementary color
Monochromatic Colors of #3BCD8C
Black with #3BCD8C
Text Example
Text Example
White with #3BCD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCD8C; }
p { color: rgb(59,205,140); }
H1.HeaderClassName
{
color: #3BCD8C;
}
.AnyTagClassName
{
color: #3BCD8C;
}
</style>
background-color css
<style>
a { background-color: #3BCD8C; }
a { background-color: rgb(59,205,140); }
div.DivClassName
{
background-color: #3BCD8C;
}
.BgClassName
{
background-color: #3BCD8C;
}
</style>
border-color css
<style>
span { border-color: #3BCD8C; }
span { border-color: rgb(59,205,140); }
td.TdClassName
{
border-color: #3BCD8C;
}
.TagClassName
{
border-color: #3BCD8C;
}
</style>