Shades of Shamrock #3BEC90
Tints of Shamrock #3BEC90
RGB
CMYK
RGB Variations
Color information
#3BEC90 (or 0x3BEC90) is known color: Shamrock. HEX triplet: 3B, EC and 90. RGB value is (59,236,144). Sum of RGB (Red+Green+Blue) = 59+236+144=439 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.44% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #3BEC90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BEC90 is #C4136F. Grayscale: #ACACAC. Windows color (decimal): -12850032 or 9497659. OLE color: 9497659.
HSL color Cylindrical-coordinate representation of color #3BEC90: hue angle of 148.81º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEC90 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 144 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.07 |
| HSL | 148.81º | 0.82% | 0.58% | - |
| HSV(B) | 148.81º | 0.75% | 0.93% | - |
| XYZ | 36.83 | 62.93 | 36.59 | - |
| YUV | 172.59 | 111.86 | 46.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 144 | 0.75 | 0 | 0.39 | 0.07 | 148.81 | 0.82 | 0.58 |
| Hex | 3B | EC | 90 | 4B | 0 | 27 | 7 | 95 | 52 | 3A |
| Octal | 73 | 354 | 220 | 113 | 0 | 47 | 7 | 225 | 122 | 72 |
| Binary | 111011 | 11101100 | 10010000 | 1001011 | 0 | 100111 | 111 | 10010101 | 1010010 | 111010 |
Color Harmonies of #3BEC90
Complementary color
Monochromatic Colors of #3BEC90
Black with #3BEC90
Text Example
Text Example
White with #3BEC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEC90; }
p { color: rgb(59,236,144); }
H1.HeaderClassName
{
color: #3BEC90;
}
.AnyTagClassName
{
color: #3BEC90;
}
</style>
background-color css
<style>
a { background-color: #3BEC90; }
a { background-color: rgb(59,236,144); }
div.DivClassName
{
background-color: #3BEC90;
}
.BgClassName
{
background-color: #3BEC90;
}
</style>
border-color css
<style>
span { border-color: #3BEC90; }
span { border-color: rgb(59,236,144); }
td.TdClassName
{
border-color: #3BEC90;
}
.TagClassName
{
border-color: #3BEC90;
}
</style>