Shades of Shamrock #3BC1A1
Tints of Shamrock #3BC1A1
RGB
CMYK
RGB Variations
Color information
#3BC1A1 (or 0x3BC1A1) is known color: Shamrock. HEX triplet: 3B, C1 and A1. RGB value is (59,193,161). Sum of RGB (Red+Green+Blue) = 59+193+161=413 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.29% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC1A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC1A1 is #C43E5E. Grayscale: #959595. Windows color (decimal): -12861023 or 10600763. OLE color: 10600763.
HSL color Cylindrical-coordinate representation of color #3BC1A1: hue angle of 165.67º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC1A1 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 193 | 161 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.24 |
| HSL | 165.67º | 0.53% | 0.49% | - |
| HSV(B) | 165.67º | 0.69% | 0.76% | - |
| XYZ | 27.31 | 41.64 | 40.32 | - |
| YUV | 149.29 | 134.61 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 193 | 161 | 0.69 | 0 | 0.17 | 0.24 | 165.67 | 0.53 | 0.49 |
| Hex | 3B | C1 | A1 | 45 | 0 | 11 | 18 | A6 | 35 | 31 |
| Octal | 73 | 301 | 241 | 105 | 0 | 21 | 30 | 246 | 65 | 61 |
| Binary | 111011 | 11000001 | 10100001 | 1000101 | 0 | 10001 | 11000 | 10100110 | 110101 | 110001 |
Color Harmonies of #3BC1A1
Complementary color
Monochromatic Colors of #3BC1A1
Black with #3BC1A1
Text Example
Text Example
White with #3BC1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC1A1; }
p { color: rgb(59,193,161); }
H1.HeaderClassName
{
color: #3BC1A1;
}
.AnyTagClassName
{
color: #3BC1A1;
}
</style>
background-color css
<style>
a { background-color: #3BC1A1; }
a { background-color: rgb(59,193,161); }
div.DivClassName
{
background-color: #3BC1A1;
}
.BgClassName
{
background-color: #3BC1A1;
}
</style>
border-color css
<style>
span { border-color: #3BC1A1; }
span { border-color: rgb(59,193,161); }
td.TdClassName
{
border-color: #3BC1A1;
}
.TagClassName
{
border-color: #3BC1A1;
}
</style>