Shades of Shamrock #3BEE9E
Tints of Shamrock #3BEE9E
RGB
CMYK
RGB Variations
Color information
#3BEE9E (or 0x3BEE9E) is known color: Shamrock. HEX triplet: 3B, EE and 9E. RGB value is (59,238,158). Sum of RGB (Red+Green+Blue) = 59+238+158=455 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.97% from 455); Green value is 238 (93.36% from 255 or 52.31% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEE9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BEE9E is #C41161. Grayscale: #AFAFAF. Windows color (decimal): -12849506 or 10415675. OLE color: 10415675.
HSL color Cylindrical-coordinate representation of color #3BEE9E: hue angle of 153.18º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEE9E is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 158 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.07 |
| HSL | 153.18º | 0.84% | 0.58% | - |
| HSV(B) | 153.18º | 0.75% | 0.93% | - |
| XYZ | 38.55 | 64.55 | 42.77 | - |
| YUV | 175.36 | 118.2 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 158 | 0.75 | 0 | 0.34 | 0.07 | 153.18 | 0.84 | 0.58 |
| Hex | 3B | EE | 9E | 4B | 0 | 22 | 7 | 99 | 54 | 3A |
| Octal | 73 | 356 | 236 | 113 | 0 | 42 | 7 | 231 | 124 | 72 |
| Binary | 111011 | 11101110 | 10011110 | 1001011 | 0 | 100010 | 111 | 10011001 | 1010100 | 111010 |
Color Harmonies of #3BEE9E
Complementary color
Monochromatic Colors of #3BEE9E
Black with #3BEE9E
Text Example
Text Example
White with #3BEE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEE9E; }
p { color: rgb(59,238,158); }
H1.HeaderClassName
{
color: #3BEE9E;
}
.AnyTagClassName
{
color: #3BEE9E;
}
</style>
background-color css
<style>
a { background-color: #3BEE9E; }
a { background-color: rgb(59,238,158); }
div.DivClassName
{
background-color: #3BEE9E;
}
.BgClassName
{
background-color: #3BEE9E;
}
</style>
border-color css
<style>
span { border-color: #3BEE9E; }
span { border-color: rgb(59,238,158); }
td.TdClassName
{
border-color: #3BEE9E;
}
.TagClassName
{
border-color: #3BEE9E;
}
</style>