Shades of Shamrock #3EBA95
Tints of Shamrock #3EBA95
RGB
CMYK
RGB Variations
Color information
#3EBA95 (or 0x3EBA95) is known color: Shamrock. HEX triplet: 3E, BA and 95. RGB value is (62,186,149). Sum of RGB (Red+Green+Blue) = 62+186+149=397 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.62% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #3EBA95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EBA95 is #C1456A. Grayscale: #909090. Windows color (decimal): -12666219 or 9812542. OLE color: 9812542.
HSL color Cylindrical-coordinate representation of color #3EBA95: hue angle of 162.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EBA95 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 186 | 149 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.27 |
| HSL | 162.1º | 0.5% | 0.49% | - |
| HSV(B) | 162.1º | 0.67% | 0.73% | - |
| XYZ | 24.97 | 38.31 | 34.51 | - |
| YUV | 144.71 | 130.42 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 186 | 149 | 0.67 | 0 | 0.20 | 0.27 | 162.1 | 0.5 | 0.49 |
| Hex | 3E | BA | 95 | 43 | 0 | 14 | 1B | A2 | 32 | 31 |
| Octal | 76 | 272 | 225 | 103 | 0 | 24 | 33 | 242 | 62 | 61 |
| Binary | 111110 | 10111010 | 10010101 | 1000011 | 0 | 10100 | 11011 | 10100010 | 110010 | 110001 |
Color Harmonies of #3EBA95
Complementary color
Monochromatic Colors of #3EBA95
Black with #3EBA95
Text Example
Text Example
White with #3EBA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBA95; }
p { color: rgb(62,186,149); }
H1.HeaderClassName
{
color: #3EBA95;
}
.AnyTagClassName
{
color: #3EBA95;
}
</style>
background-color css
<style>
a { background-color: #3EBA95; }
a { background-color: rgb(62,186,149); }
div.DivClassName
{
background-color: #3EBA95;
}
.BgClassName
{
background-color: #3EBA95;
}
</style>
border-color css
<style>
span { border-color: #3EBA95; }
span { border-color: rgb(62,186,149); }
td.TdClassName
{
border-color: #3EBA95;
}
.TagClassName
{
border-color: #3EBA95;
}
</style>