Shades of Shamrock #3FBC89
Tints of Shamrock #3FBC89
RGB
CMYK
RGB Variations
Color information
#3FBC89 (or 0x3FBC89) is known color: Shamrock. HEX triplet: 3F, BC and 89. RGB value is (63,188,137). Sum of RGB (Red+Green+Blue) = 63+188+137=388 (51% of max value = 765). Red value is 63 (25% from 255 or 16.24% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBC89 is #C04376. Grayscale: #909090. Windows color (decimal): -12600183 or 9026623. OLE color: 9026623.
HSL color Cylindrical-coordinate representation of color #3FBC89: hue angle of 155.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBC89 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 137 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.26 |
| HSL | 155.52º | 0.5% | 0.49% | - |
| HSV(B) | 155.52º | 0.66% | 0.74% | - |
| XYZ | 24.55 | 38.83 | 29.87 | - |
| YUV | 144.81 | 123.59 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 137 | 0.66 | 0 | 0.27 | 0.26 | 155.52 | 0.5 | 0.49 |
| Hex | 3F | BC | 89 | 42 | 0 | 1B | 1A | 9C | 32 | 31 |
| Octal | 77 | 274 | 211 | 102 | 0 | 33 | 32 | 234 | 62 | 61 |
| Binary | 111111 | 10111100 | 10001001 | 1000010 | 0 | 11011 | 11010 | 10011100 | 110010 | 110001 |
Color Harmonies of #3FBC89
Complementary color
Monochromatic Colors of #3FBC89
Black with #3FBC89
Text Example
Text Example
White with #3FBC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC89; }
p { color: rgb(63,188,137); }
H1.HeaderClassName
{
color: #3FBC89;
}
.AnyTagClassName
{
color: #3FBC89;
}
</style>
background-color css
<style>
a { background-color: #3FBC89; }
a { background-color: rgb(63,188,137); }
div.DivClassName
{
background-color: #3FBC89;
}
.BgClassName
{
background-color: #3FBC89;
}
</style>
border-color css
<style>
span { border-color: #3FBC89; }
span { border-color: rgb(63,188,137); }
td.TdClassName
{
border-color: #3FBC89;
}
.TagClassName
{
border-color: #3FBC89;
}
</style>