Shades of Shamrock #3BECAA
Tints of Shamrock #3BECAA
RGB
CMYK
RGB Variations
Color information
#3BECAA (or 0x3BECAA) is known color: Shamrock. HEX triplet: 3B, EC and AA. RGB value is (59,236,170). Sum of RGB (Red+Green+Blue) = 59+236+170=465 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.69% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #3BECAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BECAA is #C41355. Grayscale: #AFAFAF. Windows color (decimal): -12850006 or 11201595. OLE color: 11201595.
HSL color Cylindrical-coordinate representation of color #3BECAA: hue angle of 157.63º 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 #3BECAA is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 170 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.07 |
| HSL | 157.63º | 0.82% | 0.58% | - |
| HSV(B) | 157.63º | 0.75% | 0.93% | - |
| XYZ | 39.05 | 63.82 | 48.29 | - |
| YUV | 175.55 | 124.86 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 170 | 0.75 | 0 | 0.28 | 0.07 | 157.63 | 0.82 | 0.58 |
| Hex | 3B | EC | AA | 4B | 0 | 1C | 7 | 9E | 52 | 3A |
| Octal | 73 | 354 | 252 | 113 | 0 | 34 | 7 | 236 | 122 | 72 |
| Binary | 111011 | 11101100 | 10101010 | 1001011 | 0 | 11100 | 111 | 10011110 | 1010010 | 111010 |
Color Harmonies of #3BECAA
Complementary color
Monochromatic Colors of #3BECAA
Black with #3BECAA
Text Example
Text Example
White with #3BECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BECAA; }
p { color: rgb(59,236,170); }
H1.HeaderClassName
{
color: #3BECAA;
}
.AnyTagClassName
{
color: #3BECAA;
}
</style>
background-color css
<style>
a { background-color: #3BECAA; }
a { background-color: rgb(59,236,170); }
div.DivClassName
{
background-color: #3BECAA;
}
.BgClassName
{
background-color: #3BECAA;
}
</style>
border-color css
<style>
span { border-color: #3BECAA; }
span { border-color: rgb(59,236,170); }
td.TdClassName
{
border-color: #3BECAA;
}
.TagClassName
{
border-color: #3BECAA;
}
</style>