Shades of Shamrock #3BECA3
Tints of Shamrock #3BECA3
RGB
CMYK
RGB Variations
Color information
#3BECA3 (or 0x3BECA3) is known color: Shamrock. HEX triplet: 3B, EC and A3. RGB value is (59,236,163). Sum of RGB (Red+Green+Blue) = 59+236+163=458 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.88% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #3BECA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BECA3 is #C4135C. Grayscale: #AEAEAE. Windows color (decimal): -12850013 or 10742843. OLE color: 10742843.
HSL color Cylindrical-coordinate representation of color #3BECA3: hue angle of 155.25º 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 #3BECA3 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 163 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.07 |
| HSL | 155.25º | 0.82% | 0.58% | - |
| HSV(B) | 155.25º | 0.75% | 0.93% | - |
| XYZ | 38.41 | 63.57 | 44.9 | - |
| YUV | 174.76 | 121.36 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 163 | 0.75 | 0 | 0.31 | 0.07 | 155.25 | 0.82 | 0.58 |
| Hex | 3B | EC | A3 | 4B | 0 | 1F | 7 | 9B | 52 | 3A |
| Octal | 73 | 354 | 243 | 113 | 0 | 37 | 7 | 233 | 122 | 72 |
| Binary | 111011 | 11101100 | 10100011 | 1001011 | 0 | 11111 | 111 | 10011011 | 1010010 | 111010 |
Color Harmonies of #3BECA3
Complementary color
Monochromatic Colors of #3BECA3
Black with #3BECA3
Text Example
Text Example
White with #3BECA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BECA3; }
p { color: rgb(59,236,163); }
H1.HeaderClassName
{
color: #3BECA3;
}
.AnyTagClassName
{
color: #3BECA3;
}
</style>
background-color css
<style>
a { background-color: #3BECA3; }
a { background-color: rgb(59,236,163); }
div.DivClassName
{
background-color: #3BECA3;
}
.BgClassName
{
background-color: #3BECA3;
}
</style>
border-color css
<style>
span { border-color: #3BECA3; }
span { border-color: rgb(59,236,163); }
td.TdClassName
{
border-color: #3BECA3;
}
.TagClassName
{
border-color: #3BECA3;
}
</style>