Shades of Shamrock #3BCBA9
Tints of Shamrock #3BCBA9
RGB
CMYK
RGB Variations
Color information
#3BCBA9 (or 0x3BCBA9) is known color: Shamrock. HEX triplet: 3B, CB and A9. RGB value is (59,203,169). Sum of RGB (Red+Green+Blue) = 59+203+169=431 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.69% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCBA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCBA9 is #C43456. Grayscale: #9C9C9C. Windows color (decimal): -12858455 or 11127611. OLE color: 11127611.
HSL color Cylindrical-coordinate representation of color #3BCBA9: hue angle of 165.83º 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 #3BCBA9 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 203 | 169 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.20 |
| HSL | 165.83º | 0.58% | 0.51% | - |
| HSV(B) | 165.83º | 0.71% | 0.8% | - |
| XYZ | 30.32 | 46.51 | 44.91 | - |
| YUV | 156.07 | 135.29 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 169 | 0.71 | 0 | 0.17 | 0.20 | 165.83 | 0.58 | 0.51 |
| Hex | 3B | CB | A9 | 47 | 0 | 11 | 14 | A6 | 3A | 33 |
| Octal | 73 | 313 | 251 | 107 | 0 | 21 | 24 | 246 | 72 | 63 |
| Binary | 111011 | 11001011 | 10101001 | 1000111 | 0 | 10001 | 10100 | 10100110 | 111010 | 110011 |
Color Harmonies of #3BCBA9
Complementary color
Monochromatic Colors of #3BCBA9
Black with #3BCBA9
Text Example
Text Example
White with #3BCBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCBA9; }
p { color: rgb(59,203,169); }
H1.HeaderClassName
{
color: #3BCBA9;
}
.AnyTagClassName
{
color: #3BCBA9;
}
</style>
background-color css
<style>
a { background-color: #3BCBA9; }
a { background-color: rgb(59,203,169); }
div.DivClassName
{
background-color: #3BCBA9;
}
.BgClassName
{
background-color: #3BCBA9;
}
</style>
border-color css
<style>
span { border-color: #3BCBA9; }
span { border-color: rgb(59,203,169); }
td.TdClassName
{
border-color: #3BCBA9;
}
.TagClassName
{
border-color: #3BCBA9;
}
</style>