Shades of Shamrock #3CEDA4
Tints of Shamrock #3CEDA4
RGB
CMYK
RGB Variations
Color information
#3CEDA4 (or 0x3CEDA4) is known color: Shamrock. HEX triplet: 3C, ED and A4. RGB value is (60,237,164). Sum of RGB (Red+Green+Blue) = 60+237+164=461 (61% of max value = 765). Red value is 60 (23.83% from 255 or 13.02% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #3CEDA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CEDA4 is #C3125B. Grayscale: #AFAFAF. Windows color (decimal): -12784220 or 10808636. OLE color: 10808636.
HSL color Cylindrical-coordinate representation of color #3CEDA4: hue angle of 155.25º 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 #3CEDA4 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 164 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.07 |
| HSL | 155.25º | 0.83% | 0.58% | - |
| HSV(B) | 155.25º | 0.75% | 0.93% | - |
| XYZ | 38.85 | 64.21 | 45.47 | - |
| YUV | 175.76 | 121.36 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 164 | 0.75 | 0 | 0.31 | 0.07 | 155.25 | 0.83 | 0.58 |
| Hex | 3C | ED | A4 | 4B | 0 | 1F | 7 | 9B | 53 | 3A |
| Octal | 74 | 355 | 244 | 113 | 0 | 37 | 7 | 233 | 123 | 72 |
| Binary | 111100 | 11101101 | 10100100 | 1001011 | 0 | 11111 | 111 | 10011011 | 1010011 | 111010 |
Color Harmonies of #3CEDA4
Complementary color
Monochromatic Colors of #3CEDA4
Black with #3CEDA4
Text Example
Text Example
White with #3CEDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEDA4; }
p { color: rgb(60,237,164); }
H1.HeaderClassName
{
color: #3CEDA4;
}
.AnyTagClassName
{
color: #3CEDA4;
}
</style>
background-color css
<style>
a { background-color: #3CEDA4; }
a { background-color: rgb(60,237,164); }
div.DivClassName
{
background-color: #3CEDA4;
}
.BgClassName
{
background-color: #3CEDA4;
}
</style>
border-color css
<style>
span { border-color: #3CEDA4; }
span { border-color: rgb(60,237,164); }
td.TdClassName
{
border-color: #3CEDA4;
}
.TagClassName
{
border-color: #3CEDA4;
}
</style>