Shades of Shamrock #3CDA9A
Tints of Shamrock #3CDA9A
RGB
CMYK
RGB Variations
Color information
#3CDA9A (or 0x3CDA9A) is known color: Shamrock. HEX triplet: 3C, DA and 9A. RGB value is (60,218,154). Sum of RGB (Red+Green+Blue) = 60+218+154=432 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.89% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDA9A is #C32565. Grayscale: #A3A3A3. Windows color (decimal): -12789094 or 10148412. OLE color: 10148412.
HSL color Cylindrical-coordinate representation of color #3CDA9A: hue angle of 155.7º 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 #3CDA9A is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 154 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.15 |
| HSL | 155.7º | 0.68% | 0.55% | - |
| HSV(B) | 155.7º | 0.72% | 0.85% | - |
| XYZ | 32.77 | 53.44 | 39.16 | - |
| YUV | 163.46 | 122.65 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 154 | 0.72 | 0 | 0.29 | 0.15 | 155.7 | 0.68 | 0.55 |
| Hex | 3C | DA | 9A | 48 | 0 | 1D | F | 9C | 44 | 37 |
| Octal | 74 | 332 | 232 | 110 | 0 | 35 | 17 | 234 | 104 | 67 |
| Binary | 111100 | 11011010 | 10011010 | 1001000 | 0 | 11101 | 1111 | 10011100 | 1000100 | 110111 |
Color Harmonies of #3CDA9A
Complementary color
Monochromatic Colors of #3CDA9A
Black with #3CDA9A
Text Example
Text Example
White with #3CDA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA9A; }
p { color: rgb(60,218,154); }
H1.HeaderClassName
{
color: #3CDA9A;
}
.AnyTagClassName
{
color: #3CDA9A;
}
</style>
background-color css
<style>
a { background-color: #3CDA9A; }
a { background-color: rgb(60,218,154); }
div.DivClassName
{
background-color: #3CDA9A;
}
.BgClassName
{
background-color: #3CDA9A;
}
</style>
border-color css
<style>
span { border-color: #3CDA9A; }
span { border-color: rgb(60,218,154); }
td.TdClassName
{
border-color: #3CDA9A;
}
.TagClassName
{
border-color: #3CDA9A;
}
</style>