Shades of Shamrock #3CCAB0
Tints of Shamrock #3CCAB0
RGB
CMYK
RGB Variations
Color information
#3CCAB0 (or 0x3CCAB0) is known color: Shamrock. HEX triplet: 3C, CA and B0. RGB value is (60,202,176). Sum of RGB (Red+Green+Blue) = 60+202+176=438 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.70% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCAB0 is #C3354F. Grayscale: #9C9C9C. Windows color (decimal): -12793168 or 11586108. OLE color: 11586108.
HSL color Cylindrical-coordinate representation of color #3CCAB0: hue angle of 169.01º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCAB0 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 176 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.21 |
| HSL | 169.01º | 0.57% | 0.51% | - |
| HSV(B) | 169.01º | 0.7% | 0.79% | - |
| XYZ | 30.82 | 46.34 | 48.39 | - |
| YUV | 156.58 | 138.96 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 176 | 0.70 | 0 | 0.13 | 0.21 | 169.01 | 0.57 | 0.51 |
| Hex | 3C | CA | B0 | 46 | 0 | D | 15 | A9 | 39 | 33 |
| Octal | 74 | 312 | 260 | 106 | 0 | 15 | 25 | 251 | 71 | 63 |
| Binary | 111100 | 11001010 | 10110000 | 1000110 | 0 | 1101 | 10101 | 10101001 | 111001 | 110011 |
Color Harmonies of #3CCAB0
Complementary color
Monochromatic Colors of #3CCAB0
Black with #3CCAB0
Text Example
Text Example
White with #3CCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCAB0; }
p { color: rgb(60,202,176); }
H1.HeaderClassName
{
color: #3CCAB0;
}
.AnyTagClassName
{
color: #3CCAB0;
}
</style>
background-color css
<style>
a { background-color: #3CCAB0; }
a { background-color: rgb(60,202,176); }
div.DivClassName
{
background-color: #3CCAB0;
}
.BgClassName
{
background-color: #3CCAB0;
}
</style>
border-color css
<style>
span { border-color: #3CCAB0; }
span { border-color: rgb(60,202,176); }
td.TdClassName
{
border-color: #3CCAB0;
}
.TagClassName
{
border-color: #3CCAB0;
}
</style>