Shades of Shamrock #3CDAA0
Tints of Shamrock #3CDAA0
RGB
CMYK
RGB Variations
Color information
#3CDAA0 (or 0x3CDAA0) is known color: Shamrock. HEX triplet: 3C, DA and A0. RGB value is (60,218,160). Sum of RGB (Red+Green+Blue) = 60+218+160=438 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.70% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDAA0 is #C3255F. Grayscale: #A4A4A4. Windows color (decimal): -12789088 or 10541628. OLE color: 10541628.
HSL color Cylindrical-coordinate representation of color #3CDAA0: hue angle of 157.97º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CDAA0 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 160 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.15 |
| HSL | 157.97º | 0.68% | 0.55% | - |
| HSV(B) | 157.97º | 0.72% | 0.85% | - |
| XYZ | 33.28 | 53.64 | 41.86 | - |
| YUV | 164.15 | 125.65 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 160 | 0.72 | 0 | 0.27 | 0.15 | 157.97 | 0.68 | 0.55 |
| Hex | 3C | DA | A0 | 48 | 0 | 1B | F | 9E | 44 | 37 |
| Octal | 74 | 332 | 240 | 110 | 0 | 33 | 17 | 236 | 104 | 67 |
| Binary | 111100 | 11011010 | 10100000 | 1001000 | 0 | 11011 | 1111 | 10011110 | 1000100 | 110111 |
Color Harmonies of #3CDAA0
Complementary color
Monochromatic Colors of #3CDAA0
Black with #3CDAA0
Text Example
Text Example
White with #3CDAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDAA0; }
p { color: rgb(60,218,160); }
H1.HeaderClassName
{
color: #3CDAA0;
}
.AnyTagClassName
{
color: #3CDAA0;
}
</style>
background-color css
<style>
a { background-color: #3CDAA0; }
a { background-color: rgb(60,218,160); }
div.DivClassName
{
background-color: #3CDAA0;
}
.BgClassName
{
background-color: #3CDAA0;
}
</style>
border-color css
<style>
span { border-color: #3CDAA0; }
span { border-color: rgb(60,218,160); }
td.TdClassName
{
border-color: #3CDAA0;
}
.TagClassName
{
border-color: #3CDAA0;
}
</style>