Shades of Shamrock #3FBE8C
Tints of Shamrock #3FBE8C
RGB
CMYK
RGB Variations
Color information
#3FBE8C (or 0x3FBE8C) is known color: Shamrock. HEX triplet: 3F, BE and 8C. RGB value is (63,190,140). Sum of RGB (Red+Green+Blue) = 63+190+140=393 (52% of max value = 765). Red value is 63 (25% from 255 or 16.03% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBE8C is #C04173. Grayscale: #929292. Windows color (decimal): -12599668 or 9223743. OLE color: 9223743.
HSL color Cylindrical-coordinate representation of color #3FBE8C: hue angle of 156.38º 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 #3FBE8C is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 140 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.25 |
| HSL | 156.38º | 0.5% | 0.5% | - |
| HSV(B) | 156.38º | 0.67% | 0.75% | - |
| XYZ | 25.2 | 39.78 | 31.16 | - |
| YUV | 146.33 | 124.42 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 140 | 0.67 | 0 | 0.26 | 0.25 | 156.38 | 0.5 | 0.5 |
| Hex | 3F | BE | 8C | 43 | 0 | 1A | 19 | 9C | 32 | 32 |
| Octal | 77 | 276 | 214 | 103 | 0 | 32 | 31 | 234 | 62 | 62 |
| Binary | 111111 | 10111110 | 10001100 | 1000011 | 0 | 11010 | 11001 | 10011100 | 110010 | 110010 |
Color Harmonies of #3FBE8C
Complementary color
Monochromatic Colors of #3FBE8C
Black with #3FBE8C
Text Example
Text Example
White with #3FBE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBE8C; }
p { color: rgb(63,190,140); }
H1.HeaderClassName
{
color: #3FBE8C;
}
.AnyTagClassName
{
color: #3FBE8C;
}
</style>
background-color css
<style>
a { background-color: #3FBE8C; }
a { background-color: rgb(63,190,140); }
div.DivClassName
{
background-color: #3FBE8C;
}
.BgClassName
{
background-color: #3FBE8C;
}
</style>
border-color css
<style>
span { border-color: #3FBE8C; }
span { border-color: rgb(63,190,140); }
td.TdClassName
{
border-color: #3FBE8C;
}
.TagClassName
{
border-color: #3FBE8C;
}
</style>