Shades of Shamrock #3BEB93
Tints of Shamrock #3BEB93
RGB
CMYK
RGB Variations
Color information
#3BEB93 (or 0x3BEB93) is known color: Shamrock. HEX triplet: 3B, EB and 93. RGB value is (59,235,147). Sum of RGB (Red+Green+Blue) = 59+235+147=441 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.38% from 441); Green value is 235 (92.19% from 255 or 53.29% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 235 - color contains mainly: green. Hex color #3BEB93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BEB93 is #C4146C. Grayscale: #ACACAC. Windows color (decimal): -12850285 or 9694011. OLE color: 9694011.
HSL color Cylindrical-coordinate representation of color #3BEB93: hue angle of 150º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEB93 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 235 | 147 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.08 |
| HSL | 150º | 0.81% | 0.58% | - |
| HSV(B) | 150º | 0.75% | 0.92% | - |
| XYZ | 36.78 | 62.45 | 37.72 | - |
| YUV | 172.34 | 113.69 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 235 | 147 | 0.75 | 0 | 0.37 | 0.08 | 150 | 0.81 | 0.58 |
| Hex | 3B | EB | 93 | 4B | 0 | 25 | 8 | 96 | 51 | 3A |
| Octal | 73 | 353 | 223 | 113 | 0 | 45 | 10 | 226 | 121 | 72 |
| Binary | 111011 | 11101011 | 10010011 | 1001011 | 0 | 100101 | 1000 | 10010110 | 1010001 | 111010 |
Color Harmonies of #3BEB93
Complementary color
Monochromatic Colors of #3BEB93
Black with #3BEB93
Text Example
Text Example
White with #3BEB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEB93; }
p { color: rgb(59,235,147); }
H1.HeaderClassName
{
color: #3BEB93;
}
.AnyTagClassName
{
color: #3BEB93;
}
</style>
background-color css
<style>
a { background-color: #3BEB93; }
a { background-color: rgb(59,235,147); }
div.DivClassName
{
background-color: #3BEB93;
}
.BgClassName
{
background-color: #3BEB93;
}
</style>
border-color css
<style>
span { border-color: #3BEB93; }
span { border-color: rgb(59,235,147); }
td.TdClassName
{
border-color: #3BEB93;
}
.TagClassName
{
border-color: #3BEB93;
}
</style>