Shades of Shamrock #3BCE8B
Tints of Shamrock #3BCE8B
RGB
CMYK
RGB Variations
Color information
#3BCE8B (or 0x3BCE8B) is known color: Shamrock. HEX triplet: 3B, CE and 8B. RGB value is (59,206,139). Sum of RGB (Red+Green+Blue) = 59+206+139=404 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.60% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCE8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCE8B is #C43174. Grayscale: #9A9A9A. Windows color (decimal): -12857717 or 9162299. OLE color: 9162299.
HSL color Cylindrical-coordinate representation of color #3BCE8B: hue angle of 152.65º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCE8B is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 206 | 139 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.19 |
| HSL | 152.65º | 0.6% | 0.52% | - |
| HSV(B) | 152.65º | 0.71% | 0.81% | - |
| XYZ | 28.54 | 46.94 | 31.98 | - |
| YUV | 154.41 | 119.3 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 139 | 0.71 | 0 | 0.33 | 0.19 | 152.65 | 0.6 | 0.52 |
| Hex | 3B | CE | 8B | 47 | 0 | 21 | 13 | 99 | 3C | 34 |
| Octal | 73 | 316 | 213 | 107 | 0 | 41 | 23 | 231 | 74 | 64 |
| Binary | 111011 | 11001110 | 10001011 | 1000111 | 0 | 100001 | 10011 | 10011001 | 111100 | 110100 |
Color Harmonies of #3BCE8B
Complementary color
Monochromatic Colors of #3BCE8B
Black with #3BCE8B
Text Example
Text Example
White with #3BCE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCE8B; }
p { color: rgb(59,206,139); }
H1.HeaderClassName
{
color: #3BCE8B;
}
.AnyTagClassName
{
color: #3BCE8B;
}
</style>
background-color css
<style>
a { background-color: #3BCE8B; }
a { background-color: rgb(59,206,139); }
div.DivClassName
{
background-color: #3BCE8B;
}
.BgClassName
{
background-color: #3BCE8B;
}
</style>
border-color css
<style>
span { border-color: #3BCE8B; }
span { border-color: rgb(59,206,139); }
td.TdClassName
{
border-color: #3BCE8B;
}
.TagClassName
{
border-color: #3BCE8B;
}
</style>