Shades of Shamrock #3BCAA6
Tints of Shamrock #3BCAA6
RGB
CMYK
RGB Variations
Color information
#3BCAA6 (or 0x3BCAA6) is known color: Shamrock. HEX triplet: 3B, CA and A6. RGB value is (59,202,166). Sum of RGB (Red+Green+Blue) = 59+202+166=427 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.82% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCAA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCAA6 is #C43559. Grayscale: #9B9B9B. Windows color (decimal): -12858714 or 10930747. OLE color: 10930747.
HSL color Cylindrical-coordinate representation of color #3BCAA6: hue angle of 164.9º 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 #3BCAA6 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 202 | 166 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.21 |
| HSL | 164.9º | 0.57% | 0.51% | - |
| HSV(B) | 164.9º | 0.71% | 0.79% | - |
| XYZ | 29.81 | 45.92 | 43.37 | - |
| YUV | 155.14 | 134.12 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 166 | 0.71 | 0 | 0.18 | 0.21 | 164.9 | 0.57 | 0.51 |
| Hex | 3B | CA | A6 | 47 | 0 | 12 | 15 | A5 | 39 | 33 |
| Octal | 73 | 312 | 246 | 107 | 0 | 22 | 25 | 245 | 71 | 63 |
| Binary | 111011 | 11001010 | 10100110 | 1000111 | 0 | 10010 | 10101 | 10100101 | 111001 | 110011 |
Color Harmonies of #3BCAA6
Complementary color
Monochromatic Colors of #3BCAA6
Black with #3BCAA6
Text Example
Text Example
White with #3BCAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCAA6; }
p { color: rgb(59,202,166); }
H1.HeaderClassName
{
color: #3BCAA6;
}
.AnyTagClassName
{
color: #3BCAA6;
}
</style>
background-color css
<style>
a { background-color: #3BCAA6; }
a { background-color: rgb(59,202,166); }
div.DivClassName
{
background-color: #3BCAA6;
}
.BgClassName
{
background-color: #3BCAA6;
}
</style>
border-color css
<style>
span { border-color: #3BCAA6; }
span { border-color: rgb(59,202,166); }
td.TdClassName
{
border-color: #3BCAA6;
}
.TagClassName
{
border-color: #3BCAA6;
}
</style>