Shades of Shamrock #3FECAA
Tints of Shamrock #3FECAA
RGB
CMYK
RGB Variations
Color information
#3FECAA (or 0x3FECAA) is known color: Shamrock. HEX triplet: 3F, EC and AA. RGB value is (63,236,170). Sum of RGB (Red+Green+Blue) = 63+236+170=469 (62% of max value = 765). Red value is 63 (25% from 255 or 13.43% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FECAA is #C01355. Grayscale: #B0B0B0. Windows color (decimal): -12587862 or 11201599. OLE color: 11201599.
HSL color Cylindrical-coordinate representation of color #3FECAA: hue angle of 157.11º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FECAA is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 170 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.07 |
| HSL | 157.11º | 0.82% | 0.59% | - |
| HSV(B) | 157.11º | 0.73% | 0.93% | - |
| XYZ | 39.3 | 63.95 | 48.3 | - |
| YUV | 176.75 | 124.19 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 170 | 0.73 | 0 | 0.28 | 0.07 | 157.11 | 0.82 | 0.59 |
| Hex | 3F | EC | AA | 49 | 0 | 1C | 7 | 9D | 52 | 3B |
| Octal | 77 | 354 | 252 | 111 | 0 | 34 | 7 | 235 | 122 | 73 |
| Binary | 111111 | 11101100 | 10101010 | 1001001 | 0 | 11100 | 111 | 10011101 | 1010010 | 111011 |
Color Harmonies of #3FECAA
Complementary color
Monochromatic Colors of #3FECAA
Black with #3FECAA
Text Example
Text Example
White with #3FECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECAA; }
p { color: rgb(63,236,170); }
H1.HeaderClassName
{
color: #3FECAA;
}
.AnyTagClassName
{
color: #3FECAA;
}
</style>
background-color css
<style>
a { background-color: #3FECAA; }
a { background-color: rgb(63,236,170); }
div.DivClassName
{
background-color: #3FECAA;
}
.BgClassName
{
background-color: #3FECAA;
}
</style>
border-color css
<style>
span { border-color: #3FECAA; }
span { border-color: rgb(63,236,170); }
td.TdClassName
{
border-color: #3FECAA;
}
.TagClassName
{
border-color: #3FECAA;
}
</style>