Shades of Shamrock #3EBA9B
Tints of Shamrock #3EBA9B
RGB
CMYK
RGB Variations
Color information
#3EBA9B (or 0x3EBA9B) is known color: Shamrock. HEX triplet: 3E, BA and 9B. RGB value is (62,186,155). Sum of RGB (Red+Green+Blue) = 62+186+155=403 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.38% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #3EBA9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EBA9B is #C14564. Grayscale: #919191. Windows color (decimal): -12666213 or 10205758. OLE color: 10205758.
HSL color Cylindrical-coordinate representation of color #3EBA9B: hue angle of 165º 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 #3EBA9B is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 186 | 155 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.27 |
| HSL | 165º | 0.5% | 0.49% | - |
| HSV(B) | 165º | 0.67% | 0.73% | - |
| XYZ | 25.46 | 38.51 | 37.1 | - |
| YUV | 145.39 | 133.42 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 186 | 155 | 0.67 | 0 | 0.17 | 0.27 | 165 | 0.5 | 0.49 |
| Hex | 3E | BA | 9B | 43 | 0 | 11 | 1B | A5 | 32 | 31 |
| Octal | 76 | 272 | 233 | 103 | 0 | 21 | 33 | 245 | 62 | 61 |
| Binary | 111110 | 10111010 | 10011011 | 1000011 | 0 | 10001 | 11011 | 10100101 | 110010 | 110001 |
Color Harmonies of #3EBA9B
Complementary color
Monochromatic Colors of #3EBA9B
Black with #3EBA9B
Text Example
Text Example
White with #3EBA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBA9B; }
p { color: rgb(62,186,155); }
H1.HeaderClassName
{
color: #3EBA9B;
}
.AnyTagClassName
{
color: #3EBA9B;
}
</style>
background-color css
<style>
a { background-color: #3EBA9B; }
a { background-color: rgb(62,186,155); }
div.DivClassName
{
background-color: #3EBA9B;
}
.BgClassName
{
background-color: #3EBA9B;
}
</style>
border-color css
<style>
span { border-color: #3EBA9B; }
span { border-color: rgb(62,186,155); }
td.TdClassName
{
border-color: #3EBA9B;
}
.TagClassName
{
border-color: #3EBA9B;
}
</style>