Shades of Shamrock #3EBA8F
Tints of Shamrock #3EBA8F
RGB
CMYK
RGB Variations
Color information
#3EBA8F (or 0x3EBA8F) is known color: Shamrock. HEX triplet: 3E, BA and 8F. RGB value is (62,186,143). Sum of RGB (Red+Green+Blue) = 62+186+143=391 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.86% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #3EBA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EBA8F is #C14570. Grayscale: #909090. Windows color (decimal): -12666225 or 9419326. OLE color: 9419326.
HSL color Cylindrical-coordinate representation of color #3EBA8F: hue angle of 159.19º 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 #3EBA8F is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 186 | 143 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.27 |
| HSL | 159.19º | 0.5% | 0.49% | - |
| HSV(B) | 159.19º | 0.67% | 0.73% | - |
| XYZ | 24.5 | 38.13 | 32.05 | - |
| YUV | 144.02 | 127.42 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 186 | 143 | 0.67 | 0 | 0.23 | 0.27 | 159.19 | 0.5 | 0.49 |
| Hex | 3E | BA | 8F | 43 | 0 | 17 | 1B | 9F | 32 | 31 |
| Octal | 76 | 272 | 217 | 103 | 0 | 27 | 33 | 237 | 62 | 61 |
| Binary | 111110 | 10111010 | 10001111 | 1000011 | 0 | 10111 | 11011 | 10011111 | 110010 | 110001 |
Color Harmonies of #3EBA8F
Complementary color
Monochromatic Colors of #3EBA8F
Black with #3EBA8F
Text Example
Text Example
White with #3EBA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBA8F; }
p { color: rgb(62,186,143); }
H1.HeaderClassName
{
color: #3EBA8F;
}
.AnyTagClassName
{
color: #3EBA8F;
}
</style>
background-color css
<style>
a { background-color: #3EBA8F; }
a { background-color: rgb(62,186,143); }
div.DivClassName
{
background-color: #3EBA8F;
}
.BgClassName
{
background-color: #3EBA8F;
}
</style>
border-color css
<style>
span { border-color: #3EBA8F; }
span { border-color: rgb(62,186,143); }
td.TdClassName
{
border-color: #3EBA8F;
}
.TagClassName
{
border-color: #3EBA8F;
}
</style>