Shades of Shamrock #3FBC9B
Tints of Shamrock #3FBC9B
RGB
CMYK
RGB Variations
Color information
#3FBC9B (or 0x3FBC9B) is known color: Shamrock. HEX triplet: 3F, BC and 9B. RGB value is (63,188,155). Sum of RGB (Red+Green+Blue) = 63+188+155=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBC9B is #C04364. Grayscale: #929292. Windows color (decimal): -12600165 or 10206271. OLE color: 10206271.
HSL color Cylindrical-coordinate representation of color #3FBC9B: hue angle of 164.16º 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 #3FBC9B is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 155 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.26 |
| HSL | 164.16º | 0.5% | 0.49% | - |
| HSV(B) | 164.16º | 0.66% | 0.74% | - |
| XYZ | 25.95 | 39.39 | 37.25 | - |
| YUV | 146.86 | 132.59 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 155 | 0.66 | 0 | 0.18 | 0.26 | 164.16 | 0.5 | 0.49 |
| Hex | 3F | BC | 9B | 42 | 0 | 12 | 1A | A4 | 32 | 31 |
| Octal | 77 | 274 | 233 | 102 | 0 | 22 | 32 | 244 | 62 | 61 |
| Binary | 111111 | 10111100 | 10011011 | 1000010 | 0 | 10010 | 11010 | 10100100 | 110010 | 110001 |
Color Harmonies of #3FBC9B
Complementary color
Monochromatic Colors of #3FBC9B
Black with #3FBC9B
Text Example
Text Example
White with #3FBC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC9B; }
p { color: rgb(63,188,155); }
H1.HeaderClassName
{
color: #3FBC9B;
}
.AnyTagClassName
{
color: #3FBC9B;
}
</style>
background-color css
<style>
a { background-color: #3FBC9B; }
a { background-color: rgb(63,188,155); }
div.DivClassName
{
background-color: #3FBC9B;
}
.BgClassName
{
background-color: #3FBC9B;
}
</style>
border-color css
<style>
span { border-color: #3FBC9B; }
span { border-color: rgb(63,188,155); }
td.TdClassName
{
border-color: #3FBC9B;
}
.TagClassName
{
border-color: #3FBC9B;
}
</style>