Shades of Shamrock #3EBD8E
Tints of Shamrock #3EBD8E
RGB
CMYK
RGB Variations
Color information
#3EBD8E (or 0x3EBD8E) is known color: Shamrock. HEX triplet: 3E, BD and 8E. RGB value is (62,189,142). Sum of RGB (Red+Green+Blue) = 62+189+142=393 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.78% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #3EBD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EBD8E is #C14271. Grayscale: #919191. Windows color (decimal): -12665458 or 9354558. OLE color: 9354558.
HSL color Cylindrical-coordinate representation of color #3EBD8E: hue angle of 157.8º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EBD8E is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 189 | 142 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.26 |
| HSL | 157.8º | 0.51% | 0.49% | - |
| HSV(B) | 157.8º | 0.67% | 0.74% | - |
| XYZ | 25.07 | 39.37 | 31.87 | - |
| YUV | 145.67 | 125.92 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 189 | 142 | 0.67 | 0 | 0.25 | 0.26 | 157.8 | 0.51 | 0.49 |
| Hex | 3E | BD | 8E | 43 | 0 | 19 | 1A | 9E | 33 | 31 |
| Octal | 76 | 275 | 216 | 103 | 0 | 31 | 32 | 236 | 63 | 61 |
| Binary | 111110 | 10111101 | 10001110 | 1000011 | 0 | 11001 | 11010 | 10011110 | 110011 | 110001 |
Color Harmonies of #3EBD8E
Complementary color
Monochromatic Colors of #3EBD8E
Black with #3EBD8E
Text Example
Text Example
White with #3EBD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBD8E; }
p { color: rgb(62,189,142); }
H1.HeaderClassName
{
color: #3EBD8E;
}
.AnyTagClassName
{
color: #3EBD8E;
}
</style>
background-color css
<style>
a { background-color: #3EBD8E; }
a { background-color: rgb(62,189,142); }
div.DivClassName
{
background-color: #3EBD8E;
}
.BgClassName
{
background-color: #3EBD8E;
}
</style>
border-color css
<style>
span { border-color: #3EBD8E; }
span { border-color: rgb(62,189,142); }
td.TdClassName
{
border-color: #3EBD8E;
}
.TagClassName
{
border-color: #3EBD8E;
}
</style>