Shades of Shamrock #3BCAA0
Tints of Shamrock #3BCAA0
RGB
CMYK
RGB Variations
Color information
#3BCAA0 (or 0x3BCAA0) is known color: Shamrock. HEX triplet: 3B, CA and A0. RGB value is (59,202,160). Sum of RGB (Red+Green+Blue) = 59+202+160=421 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.01% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCAA0 is #C4355F. Grayscale: #9A9A9A. Windows color (decimal): -12858720 or 10537531. OLE color: 10537531.
HSL color Cylindrical-coordinate representation of color #3BCAA0: hue angle of 162.38º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCAA0 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 202 | 160 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.21 |
| HSL | 162.38º | 0.57% | 0.51% | - |
| HSV(B) | 162.38º | 0.71% | 0.79% | - |
| XYZ | 29.27 | 45.71 | 40.54 | - |
| YUV | 154.46 | 131.12 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 160 | 0.71 | 0 | 0.21 | 0.21 | 162.38 | 0.57 | 0.51 |
| Hex | 3B | CA | A0 | 47 | 0 | 15 | 15 | A2 | 39 | 33 |
| Octal | 73 | 312 | 240 | 107 | 0 | 25 | 25 | 242 | 71 | 63 |
| Binary | 111011 | 11001010 | 10100000 | 1000111 | 0 | 10101 | 10101 | 10100010 | 111001 | 110011 |
Color Harmonies of #3BCAA0
Complementary color
Monochromatic Colors of #3BCAA0
Black with #3BCAA0
Text Example
Text Example
White with #3BCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCAA0; }
p { color: rgb(59,202,160); }
H1.HeaderClassName
{
color: #3BCAA0;
}
.AnyTagClassName
{
color: #3BCAA0;
}
</style>
background-color css
<style>
a { background-color: #3BCAA0; }
a { background-color: rgb(59,202,160); }
div.DivClassName
{
background-color: #3BCAA0;
}
.BgClassName
{
background-color: #3BCAA0;
}
</style>
border-color css
<style>
span { border-color: #3BCAA0; }
span { border-color: rgb(59,202,160); }
td.TdClassName
{
border-color: #3BCAA0;
}
.TagClassName
{
border-color: #3BCAA0;
}
</style>