Shades of Shamrock #3CCEA5
Tints of Shamrock #3CCEA5
RGB
CMYK
RGB Variations
Color information
#3CCEA5 (or 0x3CCEA5) is known color: Shamrock. HEX triplet: 3C, CE and A5. RGB value is (60,206,165). Sum of RGB (Red+Green+Blue) = 60+206+165=431 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.92% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #3CCEA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCEA5 is #C3315A. Grayscale: #9D9D9D. Windows color (decimal): -12792155 or 10866236. OLE color: 10866236.
HSL color Cylindrical-coordinate representation of color #3CCEA5: hue angle of 163.15º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCEA5 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 206 | 165 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.19 |
| HSL | 163.15º | 0.6% | 0.52% | - |
| HSV(B) | 163.15º | 0.71% | 0.81% | - |
| XYZ | 30.73 | 47.82 | 43.21 | - |
| YUV | 157.67 | 132.13 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 206 | 165 | 0.71 | 0 | 0.20 | 0.19 | 163.15 | 0.6 | 0.52 |
| Hex | 3C | CE | A5 | 47 | 0 | 14 | 13 | A3 | 3C | 34 |
| Octal | 74 | 316 | 245 | 107 | 0 | 24 | 23 | 243 | 74 | 64 |
| Binary | 111100 | 11001110 | 10100101 | 1000111 | 0 | 10100 | 10011 | 10100011 | 111100 | 110100 |
Color Harmonies of #3CCEA5
Complementary color
Monochromatic Colors of #3CCEA5
Black with #3CCEA5
Text Example
Text Example
White with #3CCEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCEA5; }
p { color: rgb(60,206,165); }
H1.HeaderClassName
{
color: #3CCEA5;
}
.AnyTagClassName
{
color: #3CCEA5;
}
</style>
background-color css
<style>
a { background-color: #3CCEA5; }
a { background-color: rgb(60,206,165); }
div.DivClassName
{
background-color: #3CCEA5;
}
.BgClassName
{
background-color: #3CCEA5;
}
</style>
border-color css
<style>
span { border-color: #3CCEA5; }
span { border-color: rgb(60,206,165); }
td.TdClassName
{
border-color: #3CCEA5;
}
.TagClassName
{
border-color: #3CCEA5;
}
</style>