Shades of Shamrock #3CCF96
Tints of Shamrock #3CCF96
RGB
CMYK
RGB Variations
Color information
#3CCF96 (or 0x3CCF96) is known color: Shamrock. HEX triplet: 3C, CF and 96. RGB value is (60,207,150). Sum of RGB (Red+Green+Blue) = 60+207+150=417 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.39% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCF96 is #C33069. Grayscale: #9C9C9C. Windows color (decimal): -12791914 or 9883452. OLE color: 9883452.
HSL color Cylindrical-coordinate representation of color #3CCF96: hue angle of 156.73º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCF96 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 207 | 150 | - |
| CMYK | 0.71 | 0 | 0.28 | 0.19 |
| HSL | 156.73º | 0.6% | 0.52% | - |
| HSV(B) | 156.73º | 0.71% | 0.81% | - |
| XYZ | 29.68 | 47.79 | 36.51 | - |
| YUV | 156.55 | 124.3 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 150 | 0.71 | 0 | 0.28 | 0.19 | 156.73 | 0.6 | 0.52 |
| Hex | 3C | CF | 96 | 47 | 0 | 1C | 13 | 9D | 3C | 34 |
| Octal | 74 | 317 | 226 | 107 | 0 | 34 | 23 | 235 | 74 | 64 |
| Binary | 111100 | 11001111 | 10010110 | 1000111 | 0 | 11100 | 10011 | 10011101 | 111100 | 110100 |
Color Harmonies of #3CCF96
Complementary color
Monochromatic Colors of #3CCF96
Black with #3CCF96
Text Example
Text Example
White with #3CCF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCF96; }
p { color: rgb(60,207,150); }
H1.HeaderClassName
{
color: #3CCF96;
}
.AnyTagClassName
{
color: #3CCF96;
}
</style>
background-color css
<style>
a { background-color: #3CCF96; }
a { background-color: rgb(60,207,150); }
div.DivClassName
{
background-color: #3CCF96;
}
.BgClassName
{
background-color: #3CCF96;
}
</style>
border-color css
<style>
span { border-color: #3CCF96; }
span { border-color: rgb(60,207,150); }
td.TdClassName
{
border-color: #3CCF96;
}
.TagClassName
{
border-color: #3CCF96;
}
</style>