Shades of Shamrock #3FBEA0
Tints of Shamrock #3FBEA0
RGB
CMYK
RGB Variations
Color information
#3FBEA0 (or 0x3FBEA0) is known color: Shamrock. HEX triplet: 3F, BE and A0. RGB value is (63,190,160). Sum of RGB (Red+Green+Blue) = 63+190+160=413 (54% of max value = 765). Red value is 63 (25% from 255 or 15.25% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBEA0 is #C0415F. Grayscale: #949494. Windows color (decimal): -12599648 or 10534463. OLE color: 10534463.
HSL color Cylindrical-coordinate representation of color #3FBEA0: hue angle of 165.83º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBEA0 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 160 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.25 |
| HSL | 165.83º | 0.5% | 0.5% | - |
| HSV(B) | 165.83º | 0.67% | 0.75% | - |
| XYZ | 26.81 | 40.42 | 39.65 | - |
| YUV | 148.61 | 134.42 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 160 | 0.67 | 0 | 0.16 | 0.25 | 165.83 | 0.5 | 0.5 |
| Hex | 3F | BE | A0 | 43 | 0 | 10 | 19 | A6 | 32 | 32 |
| Octal | 77 | 276 | 240 | 103 | 0 | 20 | 31 | 246 | 62 | 62 |
| Binary | 111111 | 10111110 | 10100000 | 1000011 | 0 | 10000 | 11001 | 10100110 | 110010 | 110010 |
Color Harmonies of #3FBEA0
Complementary color
Monochromatic Colors of #3FBEA0
Black with #3FBEA0
Text Example
Text Example
White with #3FBEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBEA0; }
p { color: rgb(63,190,160); }
H1.HeaderClassName
{
color: #3FBEA0;
}
.AnyTagClassName
{
color: #3FBEA0;
}
</style>
background-color css
<style>
a { background-color: #3FBEA0; }
a { background-color: rgb(63,190,160); }
div.DivClassName
{
background-color: #3FBEA0;
}
.BgClassName
{
background-color: #3FBEA0;
}
</style>
border-color css
<style>
span { border-color: #3FBEA0; }
span { border-color: rgb(63,190,160); }
td.TdClassName
{
border-color: #3FBEA0;
}
.TagClassName
{
border-color: #3FBEA0;
}
</style>