Shades of Shamrock #3CDA9F
Tints of Shamrock #3CDA9F
RGB
CMYK
RGB Variations
Color information
#3CDA9F (or 0x3CDA9F) is known color: Shamrock. HEX triplet: 3C, DA and 9F. RGB value is (60,218,159). Sum of RGB (Red+Green+Blue) = 60+218+159=437 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.73% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDA9F is #C32560. Grayscale: #A4A4A4. Windows color (decimal): -12789089 or 10476092. OLE color: 10476092.
HSL color Cylindrical-coordinate representation of color #3CDA9F: hue angle of 157.59º 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 #3CDA9F is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 159 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.15 |
| HSL | 157.59º | 0.68% | 0.55% | - |
| HSV(B) | 157.59º | 0.72% | 0.85% | - |
| XYZ | 33.19 | 53.61 | 41.4 | - |
| YUV | 164.03 | 125.15 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 159 | 0.72 | 0 | 0.27 | 0.15 | 157.59 | 0.68 | 0.55 |
| Hex | 3C | DA | 9F | 48 | 0 | 1B | F | 9E | 44 | 37 |
| Octal | 74 | 332 | 237 | 110 | 0 | 33 | 17 | 236 | 104 | 67 |
| Binary | 111100 | 11011010 | 10011111 | 1001000 | 0 | 11011 | 1111 | 10011110 | 1000100 | 110111 |
Color Harmonies of #3CDA9F
Complementary color
Monochromatic Colors of #3CDA9F
Black with #3CDA9F
Text Example
Text Example
White with #3CDA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA9F; }
p { color: rgb(60,218,159); }
H1.HeaderClassName
{
color: #3CDA9F;
}
.AnyTagClassName
{
color: #3CDA9F;
}
</style>
background-color css
<style>
a { background-color: #3CDA9F; }
a { background-color: rgb(60,218,159); }
div.DivClassName
{
background-color: #3CDA9F;
}
.BgClassName
{
background-color: #3CDA9F;
}
</style>
border-color css
<style>
span { border-color: #3CDA9F; }
span { border-color: rgb(60,218,159); }
td.TdClassName
{
border-color: #3CDA9F;
}
.TagClassName
{
border-color: #3CDA9F;
}
</style>