Shades of Shamrock #3FEAA5
Tints of Shamrock #3FEAA5
RGB
CMYK
RGB Variations
Color information
#3FEAA5 (or 0x3FEAA5) is known color: Shamrock. HEX triplet: 3F, EA and A5. RGB value is (63,234,165). Sum of RGB (Red+Green+Blue) = 63+234+165=462 (61% of max value = 765). Red value is 63 (25% from 255 or 13.64% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEAA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEAA5 is #C0155A. Grayscale: #AFAFAF. Windows color (decimal): -12588379 or 10873407. OLE color: 10873407.
HSL color Cylindrical-coordinate representation of color #3FEAA5: hue angle of 155.79º 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 #3FEAA5 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 165 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.08 |
| HSL | 155.79º | 0.8% | 0.58% | - |
| HSV(B) | 155.79º | 0.73% | 0.92% | - |
| XYZ | 38.26 | 62.62 | 45.67 | - |
| YUV | 175.01 | 122.35 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 165 | 0.73 | 0 | 0.29 | 0.08 | 155.79 | 0.8 | 0.58 |
| Hex | 3F | EA | A5 | 49 | 0 | 1D | 8 | 9C | 50 | 3A |
| Octal | 77 | 352 | 245 | 111 | 0 | 35 | 10 | 234 | 120 | 72 |
| Binary | 111111 | 11101010 | 10100101 | 1001001 | 0 | 11101 | 1000 | 10011100 | 1010000 | 111010 |
Color Harmonies of #3FEAA5
Complementary color
Monochromatic Colors of #3FEAA5
Black with #3FEAA5
Text Example
Text Example
White with #3FEAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEAA5; }
p { color: rgb(63,234,165); }
H1.HeaderClassName
{
color: #3FEAA5;
}
.AnyTagClassName
{
color: #3FEAA5;
}
</style>
background-color css
<style>
a { background-color: #3FEAA5; }
a { background-color: rgb(63,234,165); }
div.DivClassName
{
background-color: #3FEAA5;
}
.BgClassName
{
background-color: #3FEAA5;
}
</style>
border-color css
<style>
span { border-color: #3FEAA5; }
span { border-color: rgb(63,234,165); }
td.TdClassName
{
border-color: #3FEAA5;
}
.TagClassName
{
border-color: #3FEAA5;
}
</style>