Shades of Shamrock #3CDDAD
Tints of Shamrock #3CDDAD
RGB
CMYK
RGB Variations
Color information
#3CDDAD (or 0x3CDDAD) is known color: Shamrock. HEX triplet: 3C, DD and AD. RGB value is (60,221,173). Sum of RGB (Red+Green+Blue) = 60+221+173=454 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.22% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDDAD is #C32252. Grayscale: #A7A7A7. Windows color (decimal): -12788307 or 11394364. OLE color: 11394364.
HSL color Cylindrical-coordinate representation of color #3CDDAD: hue angle of 162.11º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDDAD is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 173 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.13 |
| HSL | 162.11º | 0.7% | 0.55% | - |
| HSV(B) | 162.11º | 0.73% | 0.87% | - |
| XYZ | 35.26 | 55.69 | 48.43 | - |
| YUV | 167.39 | 131.16 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 173 | 0.73 | 0 | 0.22 | 0.13 | 162.11 | 0.7 | 0.55 |
| Hex | 3C | DD | AD | 49 | 0 | 16 | D | A2 | 46 | 37 |
| Octal | 74 | 335 | 255 | 111 | 0 | 26 | 15 | 242 | 106 | 67 |
| Binary | 111100 | 11011101 | 10101101 | 1001001 | 0 | 10110 | 1101 | 10100010 | 1000110 | 110111 |
Color Harmonies of #3CDDAD
Complementary color
Monochromatic Colors of #3CDDAD
Black with #3CDDAD
Text Example
Text Example
White with #3CDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDAD; }
p { color: rgb(60,221,173); }
H1.HeaderClassName
{
color: #3CDDAD;
}
.AnyTagClassName
{
color: #3CDDAD;
}
</style>
background-color css
<style>
a { background-color: #3CDDAD; }
a { background-color: rgb(60,221,173); }
div.DivClassName
{
background-color: #3CDDAD;
}
.BgClassName
{
background-color: #3CDDAD;
}
</style>
border-color css
<style>
span { border-color: #3CDDAD; }
span { border-color: rgb(60,221,173); }
td.TdClassName
{
border-color: #3CDDAD;
}
.TagClassName
{
border-color: #3CDDAD;
}
</style>