Shades of Shamrock #3BEBAA
Tints of Shamrock #3BEBAA
RGB
CMYK
RGB Variations
Color information
#3BEBAA (or 0x3BEBAA) is known color: Shamrock. HEX triplet: 3B, EB and AA. RGB value is (59,235,170). Sum of RGB (Red+Green+Blue) = 59+235+170=464 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.72% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #3BEBAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BEBAA is #C41455. Grayscale: #AFAFAF. Windows color (decimal): -12850262 or 11201339. OLE color: 11201339.
HSL color Cylindrical-coordinate representation of color #3BEBAA: hue angle of 157.84º 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 #3BEBAA is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 235 | 170 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.08 |
| HSL | 157.84º | 0.81% | 0.58% | - |
| HSV(B) | 157.84º | 0.75% | 0.92% | - |
| XYZ | 38.77 | 63.25 | 48.2 | - |
| YUV | 174.97 | 125.19 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 235 | 170 | 0.75 | 0 | 0.28 | 0.08 | 157.84 | 0.81 | 0.58 |
| Hex | 3B | EB | AA | 4B | 0 | 1C | 8 | 9E | 51 | 3A |
| Octal | 73 | 353 | 252 | 113 | 0 | 34 | 10 | 236 | 121 | 72 |
| Binary | 111011 | 11101011 | 10101010 | 1001011 | 0 | 11100 | 1000 | 10011110 | 1010001 | 111010 |
Color Harmonies of #3BEBAA
Complementary color
Monochromatic Colors of #3BEBAA
Black with #3BEBAA
Text Example
Text Example
White with #3BEBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEBAA; }
p { color: rgb(59,235,170); }
H1.HeaderClassName
{
color: #3BEBAA;
}
.AnyTagClassName
{
color: #3BEBAA;
}
</style>
background-color css
<style>
a { background-color: #3BEBAA; }
a { background-color: rgb(59,235,170); }
div.DivClassName
{
background-color: #3BEBAA;
}
.BgClassName
{
background-color: #3BEBAA;
}
</style>
border-color css
<style>
span { border-color: #3BEBAA; }
span { border-color: rgb(59,235,170); }
td.TdClassName
{
border-color: #3BEBAA;
}
.TagClassName
{
border-color: #3BEBAA;
}
</style>