Shades of Shamrock #3CEDAD
Tints of Shamrock #3CEDAD
RGB
CMYK
RGB Variations
Color information
#3CEDAD (or 0x3CEDAD) is known color: Shamrock. HEX triplet: 3C, ED and AD. RGB value is (60,237,173). Sum of RGB (Red+Green+Blue) = 60+237+173=470 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.77% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #3CEDAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CEDAD is #C31252. Grayscale: #B0B0B0. Windows color (decimal): -12784211 or 11398460. OLE color: 11398460.
HSL color Cylindrical-coordinate representation of color #3CEDAD: hue angle of 158.31º 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 #3CEDAD is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 173 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.07 |
| HSL | 158.31º | 0.83% | 0.58% | - |
| HSV(B) | 158.31º | 0.75% | 0.93% | - |
| XYZ | 39.69 | 64.55 | 49.9 | - |
| YUV | 176.78 | 125.86 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 173 | 0.75 | 0 | 0.27 | 0.07 | 158.31 | 0.83 | 0.58 |
| Hex | 3C | ED | AD | 4B | 0 | 1B | 7 | 9E | 53 | 3A |
| Octal | 74 | 355 | 255 | 113 | 0 | 33 | 7 | 236 | 123 | 72 |
| Binary | 111100 | 11101101 | 10101101 | 1001011 | 0 | 11011 | 111 | 10011110 | 1010011 | 111010 |
Color Harmonies of #3CEDAD
Complementary color
Monochromatic Colors of #3CEDAD
Black with #3CEDAD
Text Example
Text Example
White with #3CEDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEDAD; }
p { color: rgb(60,237,173); }
H1.HeaderClassName
{
color: #3CEDAD;
}
.AnyTagClassName
{
color: #3CEDAD;
}
</style>
background-color css
<style>
a { background-color: #3CEDAD; }
a { background-color: rgb(60,237,173); }
div.DivClassName
{
background-color: #3CEDAD;
}
.BgClassName
{
background-color: #3CEDAD;
}
</style>
border-color css
<style>
span { border-color: #3CEDAD; }
span { border-color: rgb(60,237,173); }
td.TdClassName
{
border-color: #3CEDAD;
}
.TagClassName
{
border-color: #3CEDAD;
}
</style>