Shades of Shamrock #3BE4A2
Tints of Shamrock #3BE4A2
RGB
CMYK
RGB Variations
Color information
#3BE4A2 (or 0x3BE4A2) is known color: Shamrock. HEX triplet: 3B, E4 and A2. RGB value is (59,228,162). Sum of RGB (Red+Green+Blue) = 59+228+162=449 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.14% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE4A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BE4A2 is #C41B5D. Grayscale: #AAAAAA. Windows color (decimal): -12852062 or 10675259. OLE color: 10675259.
HSL color Cylindrical-coordinate representation of color #3BE4A2: hue angle of 156.57º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE4A2 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 228 | 162 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.11 |
| HSL | 156.57º | 0.76% | 0.56% | - |
| HSV(B) | 156.57º | 0.74% | 0.89% | - |
| XYZ | 36.07 | 59.03 | 43.67 | - |
| YUV | 169.95 | 123.51 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 228 | 162 | 0.74 | 0 | 0.29 | 0.11 | 156.57 | 0.76 | 0.56 |
| Hex | 3B | E4 | A2 | 4A | 0 | 1D | B | 9D | 4C | 38 |
| Octal | 73 | 344 | 242 | 112 | 0 | 35 | 13 | 235 | 114 | 70 |
| Binary | 111011 | 11100100 | 10100010 | 1001010 | 0 | 11101 | 1011 | 10011101 | 1001100 | 111000 |
Color Harmonies of #3BE4A2
Complementary color
Monochromatic Colors of #3BE4A2
Black with #3BE4A2
Text Example
Text Example
White with #3BE4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE4A2; }
p { color: rgb(59,228,162); }
H1.HeaderClassName
{
color: #3BE4A2;
}
.AnyTagClassName
{
color: #3BE4A2;
}
</style>
background-color css
<style>
a { background-color: #3BE4A2; }
a { background-color: rgb(59,228,162); }
div.DivClassName
{
background-color: #3BE4A2;
}
.BgClassName
{
background-color: #3BE4A2;
}
</style>
border-color css
<style>
span { border-color: #3BE4A2; }
span { border-color: rgb(59,228,162); }
td.TdClassName
{
border-color: #3BE4A2;
}
.TagClassName
{
border-color: #3BE4A2;
}
</style>