Shades of Shamrock #3BCE8F
Tints of Shamrock #3BCE8F
RGB
CMYK
RGB Variations
Color information
#3BCE8F (or 0x3BCE8F) is known color: Shamrock. HEX triplet: 3B, CE and 8F. RGB value is (59,206,143). Sum of RGB (Red+Green+Blue) = 59+206+143=408 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.46% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCE8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCE8F is #C43170. Grayscale: #9A9A9A. Windows color (decimal): -12857713 or 9424443. OLE color: 9424443.
HSL color Cylindrical-coordinate representation of color #3BCE8F: hue angle of 154.29º 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 #3BCE8F is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 206 | 143 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.19 |
| HSL | 154.29º | 0.6% | 0.52% | - |
| HSV(B) | 154.29º | 0.71% | 0.81% | - |
| XYZ | 28.83 | 47.06 | 33.55 | - |
| YUV | 154.87 | 121.3 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 143 | 0.71 | 0 | 0.31 | 0.19 | 154.29 | 0.6 | 0.52 |
| Hex | 3B | CE | 8F | 47 | 0 | 1F | 13 | 9A | 3C | 34 |
| Octal | 73 | 316 | 217 | 107 | 0 | 37 | 23 | 232 | 74 | 64 |
| Binary | 111011 | 11001110 | 10001111 | 1000111 | 0 | 11111 | 10011 | 10011010 | 111100 | 110100 |
Color Harmonies of #3BCE8F
Complementary color
Monochromatic Colors of #3BCE8F
Black with #3BCE8F
Text Example
Text Example
White with #3BCE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCE8F; }
p { color: rgb(59,206,143); }
H1.HeaderClassName
{
color: #3BCE8F;
}
.AnyTagClassName
{
color: #3BCE8F;
}
</style>
background-color css
<style>
a { background-color: #3BCE8F; }
a { background-color: rgb(59,206,143); }
div.DivClassName
{
background-color: #3BCE8F;
}
.BgClassName
{
background-color: #3BCE8F;
}
</style>
border-color css
<style>
span { border-color: #3BCE8F; }
span { border-color: rgb(59,206,143); }
td.TdClassName
{
border-color: #3BCE8F;
}
.TagClassName
{
border-color: #3BCE8F;
}
</style>