Shades of Shamrock #3CDA8F
Tints of Shamrock #3CDA8F
RGB
CMYK
RGB Variations
Color information
#3CDA8F (or 0x3CDA8F) is known color: Shamrock. HEX triplet: 3C, DA and 8F. RGB value is (60,218,143). Sum of RGB (Red+Green+Blue) = 60+218+143=421 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.25% from 421); Green value is 218 (85.55% from 255 or 51.78% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDA8F is #C32570. Grayscale: #A2A2A2. Windows color (decimal): -12789105 or 9427516. OLE color: 9427516.
HSL color Cylindrical-coordinate representation of color #3CDA8F: hue angle of 151.52º 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 #3CDA8F is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 143 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.15 |
| HSL | 151.52º | 0.68% | 0.55% | - |
| HSV(B) | 151.52º | 0.72% | 0.85% | - |
| XYZ | 31.89 | 53.09 | 34.55 | - |
| YUV | 162.21 | 117.15 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 143 | 0.72 | 0 | 0.34 | 0.15 | 151.52 | 0.68 | 0.55 |
| Hex | 3C | DA | 8F | 48 | 0 | 22 | F | 98 | 44 | 37 |
| Octal | 74 | 332 | 217 | 110 | 0 | 42 | 17 | 230 | 104 | 67 |
| Binary | 111100 | 11011010 | 10001111 | 1001000 | 0 | 100010 | 1111 | 10011000 | 1000100 | 110111 |
Color Harmonies of #3CDA8F
Complementary color
Monochromatic Colors of #3CDA8F
Black with #3CDA8F
Text Example
Text Example
White with #3CDA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA8F; }
p { color: rgb(60,218,143); }
H1.HeaderClassName
{
color: #3CDA8F;
}
.AnyTagClassName
{
color: #3CDA8F;
}
</style>
background-color css
<style>
a { background-color: #3CDA8F; }
a { background-color: rgb(60,218,143); }
div.DivClassName
{
background-color: #3CDA8F;
}
.BgClassName
{
background-color: #3CDA8F;
}
</style>
border-color css
<style>
span { border-color: #3CDA8F; }
span { border-color: rgb(60,218,143); }
td.TdClassName
{
border-color: #3CDA8F;
}
.TagClassName
{
border-color: #3CDA8F;
}
</style>