Shades of Shamrock #3BCA8D
Tints of Shamrock #3BCA8D
RGB
CMYK
RGB Variations
Color information
#3BCA8D (or 0x3BCA8D) is known color: Shamrock. HEX triplet: 3B, CA and 8D. RGB value is (59,202,141). Sum of RGB (Red+Green+Blue) = 59+202+141=402 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.68% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCA8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCA8D is #C43572. Grayscale: #989898. Windows color (decimal): -12858739 or 9292347. OLE color: 9292347.
HSL color Cylindrical-coordinate representation of color #3BCA8D: hue angle of 154.41º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCA8D is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 202 | 141 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.21 |
| HSL | 154.41º | 0.57% | 0.51% | - |
| HSV(B) | 154.41º | 0.71% | 0.79% | - |
| XYZ | 27.73 | 45.09 | 32.44 | - |
| YUV | 152.29 | 121.62 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 141 | 0.71 | 0 | 0.30 | 0.21 | 154.41 | 0.57 | 0.51 |
| Hex | 3B | CA | 8D | 47 | 0 | 1E | 15 | 9A | 39 | 33 |
| Octal | 73 | 312 | 215 | 107 | 0 | 36 | 25 | 232 | 71 | 63 |
| Binary | 111011 | 11001010 | 10001101 | 1000111 | 0 | 11110 | 10101 | 10011010 | 111001 | 110011 |
Color Harmonies of #3BCA8D
Complementary color
Monochromatic Colors of #3BCA8D
Black with #3BCA8D
Text Example
Text Example
White with #3BCA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCA8D; }
p { color: rgb(59,202,141); }
H1.HeaderClassName
{
color: #3BCA8D;
}
.AnyTagClassName
{
color: #3BCA8D;
}
</style>
background-color css
<style>
a { background-color: #3BCA8D; }
a { background-color: rgb(59,202,141); }
div.DivClassName
{
background-color: #3BCA8D;
}
.BgClassName
{
background-color: #3BCA8D;
}
</style>
border-color css
<style>
span { border-color: #3BCA8D; }
span { border-color: rgb(59,202,141); }
td.TdClassName
{
border-color: #3BCA8D;
}
.TagClassName
{
border-color: #3BCA8D;
}
</style>