Shades of Shamrock #3BC9A6
Tints of Shamrock #3BC9A6
RGB
CMYK
RGB Variations
Color information
#3BC9A6 (or 0x3BC9A6) is known color: Shamrock. HEX triplet: 3B, C9 and A6. RGB value is (59,201,166). Sum of RGB (Red+Green+Blue) = 59+201+166=426 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.85% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #3BC9A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC9A6 is #C43659. Grayscale: #9A9A9A. Windows color (decimal): -12858970 or 10930491. OLE color: 10930491.
HSL color Cylindrical-coordinate representation of color #3BC9A6: hue angle of 165.21º 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 #3BC9A6 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 201 | 166 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.21 |
| HSL | 165.21º | 0.57% | 0.51% | - |
| HSV(B) | 165.21º | 0.71% | 0.79% | - |
| XYZ | 29.57 | 45.46 | 43.29 | - |
| YUV | 154.55 | 134.46 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 201 | 166 | 0.71 | 0 | 0.17 | 0.21 | 165.21 | 0.57 | 0.51 |
| Hex | 3B | C9 | A6 | 47 | 0 | 11 | 15 | A5 | 39 | 33 |
| Octal | 73 | 311 | 246 | 107 | 0 | 21 | 25 | 245 | 71 | 63 |
| Binary | 111011 | 11001001 | 10100110 | 1000111 | 0 | 10001 | 10101 | 10100101 | 111001 | 110011 |
Color Harmonies of #3BC9A6
Complementary color
Monochromatic Colors of #3BC9A6
Black with #3BC9A6
Text Example
Text Example
White with #3BC9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC9A6; }
p { color: rgb(59,201,166); }
H1.HeaderClassName
{
color: #3BC9A6;
}
.AnyTagClassName
{
color: #3BC9A6;
}
</style>
background-color css
<style>
a { background-color: #3BC9A6; }
a { background-color: rgb(59,201,166); }
div.DivClassName
{
background-color: #3BC9A6;
}
.BgClassName
{
background-color: #3BC9A6;
}
</style>
border-color css
<style>
span { border-color: #3BC9A6; }
span { border-color: rgb(59,201,166); }
td.TdClassName
{
border-color: #3BC9A6;
}
.TagClassName
{
border-color: #3BC9A6;
}
</style>