Shades of Shamrock #3FEAA0
Tints of Shamrock #3FEAA0
RGB
CMYK
RGB Variations
Color information
#3FEAA0 (or 0x3FEAA0) is known color: Shamrock. HEX triplet: 3F, EA and A0. RGB value is (63,234,160). Sum of RGB (Red+Green+Blue) = 63+234+160=457 (60% of max value = 765). Red value is 63 (25% from 255 or 13.79% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEAA0 is #C0155F. Grayscale: #AEAEAE. Windows color (decimal): -12588384 or 10545727. OLE color: 10545727.
HSL color Cylindrical-coordinate representation of color #3FEAA0: hue angle of 154.04º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEAA0 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 160 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.08 |
| HSL | 154.04º | 0.8% | 0.58% | - |
| HSV(B) | 154.04º | 0.73% | 0.92% | - |
| XYZ | 37.82 | 62.44 | 43.32 | - |
| YUV | 174.44 | 119.85 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 160 | 0.73 | 0 | 0.32 | 0.08 | 154.04 | 0.8 | 0.58 |
| Hex | 3F | EA | A0 | 49 | 0 | 20 | 8 | 9A | 50 | 3A |
| Octal | 77 | 352 | 240 | 111 | 0 | 40 | 10 | 232 | 120 | 72 |
| Binary | 111111 | 11101010 | 10100000 | 1001001 | 0 | 100000 | 1000 | 10011010 | 1010000 | 111010 |
Color Harmonies of #3FEAA0
Complementary color
Monochromatic Colors of #3FEAA0
Black with #3FEAA0
Text Example
Text Example
White with #3FEAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEAA0; }
p { color: rgb(63,234,160); }
H1.HeaderClassName
{
color: #3FEAA0;
}
.AnyTagClassName
{
color: #3FEAA0;
}
</style>
background-color css
<style>
a { background-color: #3FEAA0; }
a { background-color: rgb(63,234,160); }
div.DivClassName
{
background-color: #3FEAA0;
}
.BgClassName
{
background-color: #3FEAA0;
}
</style>
border-color css
<style>
span { border-color: #3FEAA0; }
span { border-color: rgb(63,234,160); }
td.TdClassName
{
border-color: #3FEAA0;
}
.TagClassName
{
border-color: #3FEAA0;
}
</style>