Shades of Shamrock #3BCD94
Tints of Shamrock #3BCD94
RGB
CMYK
RGB Variations
Color information
#3BCD94 (or 0x3BCD94) is known color: Shamrock. HEX triplet: 3B, CD and 94. RGB value is (59,205,148). Sum of RGB (Red+Green+Blue) = 59+205+148=412 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.32% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCD94 is #C4326B. Grayscale: #9A9A9A. Windows color (decimal): -12857964 or 9751867. OLE color: 9751867.
HSL color Cylindrical-coordinate representation of color #3BCD94: hue angle of 156.58º 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 #3BCD94 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 205 | 148 | - |
| CMYK | 0.71 | 0 | 0.28 | 0.20 |
| HSL | 156.58º | 0.59% | 0.52% | - |
| HSV(B) | 156.58º | 0.71% | 0.8% | - |
| XYZ | 28.98 | 46.73 | 35.51 | - |
| YUV | 154.85 | 124.13 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 148 | 0.71 | 0 | 0.28 | 0.20 | 156.58 | 0.59 | 0.52 |
| Hex | 3B | CD | 94 | 47 | 0 | 1C | 14 | 9D | 3B | 34 |
| Octal | 73 | 315 | 224 | 107 | 0 | 34 | 24 | 235 | 73 | 64 |
| Binary | 111011 | 11001101 | 10010100 | 1000111 | 0 | 11100 | 10100 | 10011101 | 111011 | 110100 |
Color Harmonies of #3BCD94
Complementary color
Monochromatic Colors of #3BCD94
Black with #3BCD94
Text Example
Text Example
White with #3BCD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCD94; }
p { color: rgb(59,205,148); }
H1.HeaderClassName
{
color: #3BCD94;
}
.AnyTagClassName
{
color: #3BCD94;
}
</style>
background-color css
<style>
a { background-color: #3BCD94; }
a { background-color: rgb(59,205,148); }
div.DivClassName
{
background-color: #3BCD94;
}
.BgClassName
{
background-color: #3BCD94;
}
</style>
border-color css
<style>
span { border-color: #3BCD94; }
span { border-color: rgb(59,205,148); }
td.TdClassName
{
border-color: #3BCD94;
}
.TagClassName
{
border-color: #3BCD94;
}
</style>