Shades of Shamrock #3CDDAF
Tints of Shamrock #3CDDAF
RGB
CMYK
RGB Variations
Color information
#3CDDAF (or 0x3CDDAF) is known color: Shamrock. HEX triplet: 3C, DD and AF. RGB value is (60,221,175). Sum of RGB (Red+Green+Blue) = 60+221+175=456 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.16% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDDAF is #C32250. Grayscale: #A7A7A7. Windows color (decimal): -12788305 or 11525436. OLE color: 11525436.
HSL color Cylindrical-coordinate representation of color #3CDDAF: hue angle of 162.86º 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 #3CDDAF is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 175 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.13 |
| HSL | 162.86º | 0.7% | 0.55% | - |
| HSV(B) | 162.86º | 0.73% | 0.87% | - |
| XYZ | 35.46 | 55.77 | 49.45 | - |
| YUV | 167.62 | 132.16 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 175 | 0.73 | 0 | 0.21 | 0.13 | 162.86 | 0.7 | 0.55 |
| Hex | 3C | DD | AF | 49 | 0 | 15 | D | A3 | 46 | 37 |
| Octal | 74 | 335 | 257 | 111 | 0 | 25 | 15 | 243 | 106 | 67 |
| Binary | 111100 | 11011101 | 10101111 | 1001001 | 0 | 10101 | 1101 | 10100011 | 1000110 | 110111 |
Color Harmonies of #3CDDAF
Complementary color
Monochromatic Colors of #3CDDAF
Black with #3CDDAF
Text Example
Text Example
White with #3CDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDAF; }
p { color: rgb(60,221,175); }
H1.HeaderClassName
{
color: #3CDDAF;
}
.AnyTagClassName
{
color: #3CDDAF;
}
</style>
background-color css
<style>
a { background-color: #3CDDAF; }
a { background-color: rgb(60,221,175); }
div.DivClassName
{
background-color: #3CDDAF;
}
.BgClassName
{
background-color: #3CDDAF;
}
</style>
border-color css
<style>
span { border-color: #3CDDAF; }
span { border-color: rgb(60,221,175); }
td.TdClassName
{
border-color: #3CDDAF;
}
.TagClassName
{
border-color: #3CDDAF;
}
</style>