Shades of Shamrock #3CCF8C
Tints of Shamrock #3CCF8C
RGB
CMYK
RGB Variations
Color information
#3CCF8C (or 0x3CCF8C) is known color: Shamrock. HEX triplet: 3C, CF and 8C. RGB value is (60,207,140). Sum of RGB (Red+Green+Blue) = 60+207+140=407 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.74% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CCF8C is #C33073. Grayscale: #9B9B9B. Windows color (decimal): -12791924 or 9228092. OLE color: 9228092.
HSL color Cylindrical-coordinate representation of color #3CCF8C: hue angle of 152.65º 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 #3CCF8C is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 207 | 140 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.19 |
| HSL | 152.65º | 0.6% | 0.52% | - |
| HSV(B) | 152.65º | 0.71% | 0.81% | - |
| XYZ | 28.91 | 47.48 | 32.45 | - |
| YUV | 155.41 | 119.3 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 140 | 0.71 | 0 | 0.32 | 0.19 | 152.65 | 0.6 | 0.52 |
| Hex | 3C | CF | 8C | 47 | 0 | 20 | 13 | 99 | 3C | 34 |
| Octal | 74 | 317 | 214 | 107 | 0 | 40 | 23 | 231 | 74 | 64 |
| Binary | 111100 | 11001111 | 10001100 | 1000111 | 0 | 100000 | 10011 | 10011001 | 111100 | 110100 |
Color Harmonies of #3CCF8C
Complementary color
Monochromatic Colors of #3CCF8C
Black with #3CCF8C
Text Example
Text Example
White with #3CCF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCF8C; }
p { color: rgb(60,207,140); }
H1.HeaderClassName
{
color: #3CCF8C;
}
.AnyTagClassName
{
color: #3CCF8C;
}
</style>
background-color css
<style>
a { background-color: #3CCF8C; }
a { background-color: rgb(60,207,140); }
div.DivClassName
{
background-color: #3CCF8C;
}
.BgClassName
{
background-color: #3CCF8C;
}
</style>
border-color css
<style>
span { border-color: #3CCF8C; }
span { border-color: rgb(60,207,140); }
td.TdClassName
{
border-color: #3CCF8C;
}
.TagClassName
{
border-color: #3CCF8C;
}
</style>