Shades of Shamrock #3BCBAC
Tints of Shamrock #3BCBAC
RGB
CMYK
RGB Variations
Color information
#3BCBAC (or 0x3BCBAC) is known color: Shamrock. HEX triplet: 3B, CB and AC. RGB value is (59,203,172). Sum of RGB (Red+Green+Blue) = 59+203+172=434 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.59% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCBAC is #C43453. Grayscale: #9C9C9C. Windows color (decimal): -12858452 or 11324219. OLE color: 11324219.
HSL color Cylindrical-coordinate representation of color #3BCBAC: hue angle of 167.08º 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 #3BCBAC is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 203 | 172 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.20 |
| HSL | 167.08º | 0.58% | 0.51% | - |
| HSV(B) | 167.08º | 0.71% | 0.8% | - |
| XYZ | 30.61 | 46.62 | 46.42 | - |
| YUV | 156.41 | 136.79 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 172 | 0.71 | 0 | 0.15 | 0.20 | 167.08 | 0.58 | 0.51 |
| Hex | 3B | CB | AC | 47 | 0 | F | 14 | A7 | 3A | 33 |
| Octal | 73 | 313 | 254 | 107 | 0 | 17 | 24 | 247 | 72 | 63 |
| Binary | 111011 | 11001011 | 10101100 | 1000111 | 0 | 1111 | 10100 | 10100111 | 111010 | 110011 |
Color Harmonies of #3BCBAC
Complementary color
Monochromatic Colors of #3BCBAC
Black with #3BCBAC
Text Example
Text Example
White with #3BCBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCBAC; }
p { color: rgb(59,203,172); }
H1.HeaderClassName
{
color: #3BCBAC;
}
.AnyTagClassName
{
color: #3BCBAC;
}
</style>
background-color css
<style>
a { background-color: #3BCBAC; }
a { background-color: rgb(59,203,172); }
div.DivClassName
{
background-color: #3BCBAC;
}
.BgClassName
{
background-color: #3BCBAC;
}
</style>
border-color css
<style>
span { border-color: #3BCBAC; }
span { border-color: rgb(59,203,172); }
td.TdClassName
{
border-color: #3BCBAC;
}
.TagClassName
{
border-color: #3BCBAC;
}
</style>