Shades of Shamrock #3BC3A7
Tints of Shamrock #3BC3A7
RGB
CMYK
RGB Variations
Color information
#3BC3A7 (or 0x3BC3A7) is known color: Shamrock. HEX triplet: 3B, C3 and A7. RGB value is (59,195,167). Sum of RGB (Red+Green+Blue) = 59+195+167=421 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.01% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC3A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC3A7 is #C43C58. Grayscale: #979797. Windows color (decimal): -12860505 or 10994491. OLE color: 10994491.
HSL color Cylindrical-coordinate representation of color #3BC3A7: hue angle of 167.65º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC3A7 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 195 | 167 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.24 |
| HSL | 167.65º | 0.54% | 0.5% | - |
| HSV(B) | 167.65º | 0.7% | 0.76% | - |
| XYZ | 28.29 | 42.75 | 43.32 | - |
| YUV | 151.14 | 136.94 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 195 | 167 | 0.70 | 0 | 0.14 | 0.24 | 167.65 | 0.54 | 0.5 |
| Hex | 3B | C3 | A7 | 46 | 0 | E | 18 | A8 | 36 | 32 |
| Octal | 73 | 303 | 247 | 106 | 0 | 16 | 30 | 250 | 66 | 62 |
| Binary | 111011 | 11000011 | 10100111 | 1000110 | 0 | 1110 | 11000 | 10101000 | 110110 | 110010 |
Color Harmonies of #3BC3A7
Complementary color
Monochromatic Colors of #3BC3A7
Black with #3BC3A7
Text Example
Text Example
White with #3BC3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC3A7; }
p { color: rgb(59,195,167); }
H1.HeaderClassName
{
color: #3BC3A7;
}
.AnyTagClassName
{
color: #3BC3A7;
}
</style>
background-color css
<style>
a { background-color: #3BC3A7; }
a { background-color: rgb(59,195,167); }
div.DivClassName
{
background-color: #3BC3A7;
}
.BgClassName
{
background-color: #3BC3A7;
}
</style>
border-color css
<style>
span { border-color: #3BC3A7; }
span { border-color: rgb(59,195,167); }
td.TdClassName
{
border-color: #3BC3A7;
}
.TagClassName
{
border-color: #3BC3A7;
}
</style>