Shades of Shamrock #3BCBA3
Tints of Shamrock #3BCBA3
RGB
CMYK
RGB Variations
Color information
#3BCBA3 (or 0x3BCBA3) is known color: Shamrock. HEX triplet: 3B, CB and A3. RGB value is (59,203,163). Sum of RGB (Red+Green+Blue) = 59+203+163=425 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.88% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCBA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCBA3 is #C4345C. Grayscale: #9B9B9B. Windows color (decimal): -12858461 or 10734395. OLE color: 10734395.
HSL color Cylindrical-coordinate representation of color #3BCBA3: hue angle of 163.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCBA3 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 203 | 163 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.20 |
| HSL | 163.33º | 0.58% | 0.51% | - |
| HSV(B) | 163.33º | 0.71% | 0.8% | - |
| XYZ | 29.77 | 46.29 | 42.02 | - |
| YUV | 155.38 | 132.29 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 163 | 0.71 | 0 | 0.20 | 0.20 | 163.33 | 0.58 | 0.51 |
| Hex | 3B | CB | A3 | 47 | 0 | 14 | 14 | A3 | 3A | 33 |
| Octal | 73 | 313 | 243 | 107 | 0 | 24 | 24 | 243 | 72 | 63 |
| Binary | 111011 | 11001011 | 10100011 | 1000111 | 0 | 10100 | 10100 | 10100011 | 111010 | 110011 |
Color Harmonies of #3BCBA3
Complementary color
Monochromatic Colors of #3BCBA3
Black with #3BCBA3
Text Example
Text Example
White with #3BCBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCBA3; }
p { color: rgb(59,203,163); }
H1.HeaderClassName
{
color: #3BCBA3;
}
.AnyTagClassName
{
color: #3BCBA3;
}
</style>
background-color css
<style>
a { background-color: #3BCBA3; }
a { background-color: rgb(59,203,163); }
div.DivClassName
{
background-color: #3BCBA3;
}
.BgClassName
{
background-color: #3BCBA3;
}
</style>
border-color css
<style>
span { border-color: #3BCBA3; }
span { border-color: rgb(59,203,163); }
td.TdClassName
{
border-color: #3BCBA3;
}
.TagClassName
{
border-color: #3BCBA3;
}
</style>