Shades of Shamrock #3CB6A2
Tints of Shamrock #3CB6A2
RGB
CMYK
RGB Variations
Color information
#3CB6A2 (or 0x3CB6A2) is known color: Shamrock. HEX triplet: 3C, B6 and A2. RGB value is (60,182,162). Sum of RGB (Red+Green+Blue) = 60+182+162=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB6A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB6A2 is #C3495D. Grayscale: #8F8F8F. Windows color (decimal): -12798302 or 10663484. OLE color: 10663484.
HSL color Cylindrical-coordinate representation of color #3CB6A2: hue angle of 170.16º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB6A2 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 162 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.29 |
| HSL | 170.16º | 0.5% | 0.47% | - |
| HSV(B) | 170.16º | 0.67% | 0.71% | - |
| XYZ | 25.11 | 37.03 | 40.01 | - |
| YUV | 143.24 | 138.58 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 162 | 0.67 | 0 | 0.11 | 0.29 | 170.16 | 0.5 | 0.47 |
| Hex | 3C | B6 | A2 | 43 | 0 | B | 1D | AA | 32 | 2F |
| Octal | 74 | 266 | 242 | 103 | 0 | 13 | 35 | 252 | 62 | 57 |
| Binary | 111100 | 10110110 | 10100010 | 1000011 | 0 | 1011 | 11101 | 10101010 | 110010 | 101111 |
Color Harmonies of #3CB6A2
Complementary color
Monochromatic Colors of #3CB6A2
Black with #3CB6A2
Text Example
Text Example
White with #3CB6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB6A2; }
p { color: rgb(60,182,162); }
H1.HeaderClassName
{
color: #3CB6A2;
}
.AnyTagClassName
{
color: #3CB6A2;
}
</style>
background-color css
<style>
a { background-color: #3CB6A2; }
a { background-color: rgb(60,182,162); }
div.DivClassName
{
background-color: #3CB6A2;
}
.BgClassName
{
background-color: #3CB6A2;
}
</style>
border-color css
<style>
span { border-color: #3CB6A2; }
span { border-color: rgb(60,182,162); }
td.TdClassName
{
border-color: #3CB6A2;
}
.TagClassName
{
border-color: #3CB6A2;
}
</style>