Shades of Shamrock #3FECA8
Tints of Shamrock #3FECA8
RGB
CMYK
RGB Variations
Color information
#3FECA8 (or 0x3FECA8) is known color: Shamrock. HEX triplet: 3F, EC and A8. RGB value is (63,236,168). Sum of RGB (Red+Green+Blue) = 63+236+168=467 (61% of max value = 765). Red value is 63 (25% from 255 or 13.49% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FECA8 is #C01357. Grayscale: #B0B0B0. Windows color (decimal): -12587864 or 11070527. OLE color: 11070527.
HSL color Cylindrical-coordinate representation of color #3FECA8: hue angle of 156.42º 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 #3FECA8 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 168 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.07 |
| HSL | 156.42º | 0.82% | 0.59% | - |
| HSV(B) | 156.42º | 0.73% | 0.93% | - |
| XYZ | 39.11 | 63.87 | 47.31 | - |
| YUV | 176.52 | 123.19 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 168 | 0.73 | 0 | 0.29 | 0.07 | 156.42 | 0.82 | 0.59 |
| Hex | 3F | EC | A8 | 49 | 0 | 1D | 7 | 9C | 52 | 3B |
| Octal | 77 | 354 | 250 | 111 | 0 | 35 | 7 | 234 | 122 | 73 |
| Binary | 111111 | 11101100 | 10101000 | 1001001 | 0 | 11101 | 111 | 10011100 | 1010010 | 111011 |
Color Harmonies of #3FECA8
Complementary color
Monochromatic Colors of #3FECA8
Black with #3FECA8
Text Example
Text Example
White with #3FECA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FECA8; }
p { color: rgb(63,236,168); }
H1.HeaderClassName
{
color: #3FECA8;
}
.AnyTagClassName
{
color: #3FECA8;
}
</style>
background-color css
<style>
a { background-color: #3FECA8; }
a { background-color: rgb(63,236,168); }
div.DivClassName
{
background-color: #3FECA8;
}
.BgClassName
{
background-color: #3FECA8;
}
</style>
border-color css
<style>
span { border-color: #3FECA8; }
span { border-color: rgb(63,236,168); }
td.TdClassName
{
border-color: #3FECA8;
}
.TagClassName
{
border-color: #3FECA8;
}
</style>