Shades of Shamrock #3CDEAB
Tints of Shamrock #3CDEAB
RGB
CMYK
RGB Variations
Color information
#3CDEAB (or 0x3CDEAB) is known color: Shamrock. HEX triplet: 3C, DE and AB. RGB value is (60,222,171). Sum of RGB (Red+Green+Blue) = 60+222+171=453 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.25% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDEAB is #C32154. Grayscale: #A7A7A7. Windows color (decimal): -12788053 or 11263548. OLE color: 11263548.
HSL color Cylindrical-coordinate representation of color #3CDEAB: hue angle of 161.11º degrees, saturation: 0.71, 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 #3CDEAB is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 171 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.13 |
| HSL | 161.11º | 0.71% | 0.55% | - |
| HSV(B) | 161.11º | 0.73% | 0.87% | - |
| XYZ | 35.34 | 56.14 | 47.5 | - |
| YUV | 167.75 | 129.83 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 171 | 0.73 | 0 | 0.23 | 0.13 | 161.11 | 0.71 | 0.55 |
| Hex | 3C | DE | AB | 49 | 0 | 17 | D | A1 | 47 | 37 |
| Octal | 74 | 336 | 253 | 111 | 0 | 27 | 15 | 241 | 107 | 67 |
| Binary | 111100 | 11011110 | 10101011 | 1001001 | 0 | 10111 | 1101 | 10100001 | 1000111 | 110111 |
Color Harmonies of #3CDEAB
Complementary color
Monochromatic Colors of #3CDEAB
Black with #3CDEAB
Text Example
Text Example
White with #3CDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDEAB; }
p { color: rgb(60,222,171); }
H1.HeaderClassName
{
color: #3CDEAB;
}
.AnyTagClassName
{
color: #3CDEAB;
}
</style>
background-color css
<style>
a { background-color: #3CDEAB; }
a { background-color: rgb(60,222,171); }
div.DivClassName
{
background-color: #3CDEAB;
}
.BgClassName
{
background-color: #3CDEAB;
}
</style>
border-color css
<style>
span { border-color: #3CDEAB; }
span { border-color: rgb(60,222,171); }
td.TdClassName
{
border-color: #3CDEAB;
}
.TagClassName
{
border-color: #3CDEAB;
}
</style>