Shades of Shamrock #3BEA8E
Tints of Shamrock #3BEA8E
RGB
CMYK
RGB Variations
Color information
#3BEA8E (or 0x3BEA8E) is known color: Shamrock. HEX triplet: 3B, EA and 8E. RGB value is (59,234,142). Sum of RGB (Red+Green+Blue) = 59+234+142=435 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.56% from 435); Green value is 234 (91.80% from 255 or 53.79% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEA8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BEA8E is #C41571. Grayscale: #ABABAB. Windows color (decimal): -12850546 or 9366075. OLE color: 9366075.
HSL color Cylindrical-coordinate representation of color #3BEA8E: hue angle of 148.46º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEA8E is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 234 | 142 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.08 |
| HSL | 148.46º | 0.81% | 0.57% | - |
| HSV(B) | 148.46º | 0.75% | 0.92% | - |
| XYZ | 36.11 | 61.73 | 35.6 | - |
| YUV | 171.19 | 111.52 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 234 | 142 | 0.75 | 0 | 0.39 | 0.08 | 148.46 | 0.81 | 0.57 |
| Hex | 3B | EA | 8E | 4B | 0 | 27 | 8 | 94 | 51 | 39 |
| Octal | 73 | 352 | 216 | 113 | 0 | 47 | 10 | 224 | 121 | 71 |
| Binary | 111011 | 11101010 | 10001110 | 1001011 | 0 | 100111 | 1000 | 10010100 | 1010001 | 111001 |
Color Harmonies of #3BEA8E
Complementary color
Monochromatic Colors of #3BEA8E
Black with #3BEA8E
Text Example
Text Example
White with #3BEA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEA8E; }
p { color: rgb(59,234,142); }
H1.HeaderClassName
{
color: #3BEA8E;
}
.AnyTagClassName
{
color: #3BEA8E;
}
</style>
background-color css
<style>
a { background-color: #3BEA8E; }
a { background-color: rgb(59,234,142); }
div.DivClassName
{
background-color: #3BEA8E;
}
.BgClassName
{
background-color: #3BEA8E;
}
</style>
border-color css
<style>
span { border-color: #3BEA8E; }
span { border-color: rgb(59,234,142); }
td.TdClassName
{
border-color: #3BEA8E;
}
.TagClassName
{
border-color: #3BEA8E;
}
</style>