Shades of Shamrock #3CEDA6
Tints of Shamrock #3CEDA6
RGB
CMYK
RGB Variations
Color information
#3CEDA6 (or 0x3CEDA6) is known color: Shamrock. HEX triplet: 3C, ED and A6. RGB value is (60,237,166). Sum of RGB (Red+Green+Blue) = 60+237+166=463 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.96% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #3CEDA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CEDA6 is #C31259. Grayscale: #B0B0B0. Windows color (decimal): -12784218 or 10939708. OLE color: 10939708.
HSL color Cylindrical-coordinate representation of color #3CEDA6: hue angle of 155.93º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEDA6 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 166 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.07 |
| HSL | 155.93º | 0.83% | 0.58% | - |
| HSV(B) | 155.93º | 0.75% | 0.93% | - |
| XYZ | 39.03 | 64.28 | 46.43 | - |
| YUV | 175.98 | 122.36 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 166 | 0.75 | 0 | 0.30 | 0.07 | 155.93 | 0.83 | 0.58 |
| Hex | 3C | ED | A6 | 4B | 0 | 1E | 7 | 9C | 53 | 3A |
| Octal | 74 | 355 | 246 | 113 | 0 | 36 | 7 | 234 | 123 | 72 |
| Binary | 111100 | 11101101 | 10100110 | 1001011 | 0 | 11110 | 111 | 10011100 | 1010011 | 111010 |
Color Harmonies of #3CEDA6
Complementary color
Monochromatic Colors of #3CEDA6
Black with #3CEDA6
Text Example
Text Example
White with #3CEDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEDA6; }
p { color: rgb(60,237,166); }
H1.HeaderClassName
{
color: #3CEDA6;
}
.AnyTagClassName
{
color: #3CEDA6;
}
</style>
background-color css
<style>
a { background-color: #3CEDA6; }
a { background-color: rgb(60,237,166); }
div.DivClassName
{
background-color: #3CEDA6;
}
.BgClassName
{
background-color: #3CEDA6;
}
</style>
border-color css
<style>
span { border-color: #3CEDA6; }
span { border-color: rgb(60,237,166); }
td.TdClassName
{
border-color: #3CEDA6;
}
.TagClassName
{
border-color: #3CEDA6;
}
</style>