Shades of Shamrock #3BCE9B
Tints of Shamrock #3BCE9B
RGB
CMYK
RGB Variations
Color information
#3BCE9B (or 0x3BCE9B) is known color: Shamrock. HEX triplet: 3B, CE and 9B. RGB value is (59,206,155). Sum of RGB (Red+Green+Blue) = 59+206+155=420 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.05% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCE9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCE9B is #C43164. Grayscale: #9C9C9C. Windows color (decimal): -12857701 or 10210875. OLE color: 10210875.
HSL color Cylindrical-coordinate representation of color #3BCE9B: hue angle of 159.18º 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 #3BCE9B is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 206 | 155 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.19 |
| HSL | 159.18º | 0.6% | 0.52% | - |
| HSV(B) | 159.18º | 0.71% | 0.81% | - |
| XYZ | 29.79 | 47.44 | 38.6 | - |
| YUV | 156.23 | 127.3 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 155 | 0.71 | 0 | 0.25 | 0.19 | 159.18 | 0.6 | 0.52 |
| Hex | 3B | CE | 9B | 47 | 0 | 19 | 13 | 9F | 3C | 34 |
| Octal | 73 | 316 | 233 | 107 | 0 | 31 | 23 | 237 | 74 | 64 |
| Binary | 111011 | 11001110 | 10011011 | 1000111 | 0 | 11001 | 10011 | 10011111 | 111100 | 110100 |
Color Harmonies of #3BCE9B
Complementary color
Monochromatic Colors of #3BCE9B
Black with #3BCE9B
Text Example
Text Example
White with #3BCE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCE9B; }
p { color: rgb(59,206,155); }
H1.HeaderClassName
{
color: #3BCE9B;
}
.AnyTagClassName
{
color: #3BCE9B;
}
</style>
background-color css
<style>
a { background-color: #3BCE9B; }
a { background-color: rgb(59,206,155); }
div.DivClassName
{
background-color: #3BCE9B;
}
.BgClassName
{
background-color: #3BCE9B;
}
</style>
border-color css
<style>
span { border-color: #3BCE9B; }
span { border-color: rgb(59,206,155); }
td.TdClassName
{
border-color: #3BCE9B;
}
.TagClassName
{
border-color: #3BCE9B;
}
</style>