Shades of Shamrock #3FBC9E
Tints of Shamrock #3FBC9E
RGB
CMYK
RGB Variations
Color information
#3FBC9E (or 0x3FBC9E) is known color: Shamrock. HEX triplet: 3F, BC and 9E. RGB value is (63,188,158). Sum of RGB (Red+Green+Blue) = 63+188+158=409 (54% of max value = 765). Red value is 63 (25% from 255 or 15.40% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBC9E is #C04361. Grayscale: #939393. Windows color (decimal): -12600162 or 10402879. OLE color: 10402879.
HSL color Cylindrical-coordinate representation of color #3FBC9E: hue angle of 165.6º 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 #3FBC9E is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 158 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.26 |
| HSL | 165.6º | 0.5% | 0.49% | - |
| HSV(B) | 165.6º | 0.66% | 0.74% | - |
| XYZ | 26.2 | 39.49 | 38.59 | - |
| YUV | 147.21 | 134.09 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 158 | 0.66 | 0 | 0.16 | 0.26 | 165.6 | 0.5 | 0.49 |
| Hex | 3F | BC | 9E | 42 | 0 | 10 | 1A | A6 | 32 | 31 |
| Octal | 77 | 274 | 236 | 102 | 0 | 20 | 32 | 246 | 62 | 61 |
| Binary | 111111 | 10111100 | 10011110 | 1000010 | 0 | 10000 | 11010 | 10100110 | 110010 | 110001 |
Color Harmonies of #3FBC9E
Complementary color
Monochromatic Colors of #3FBC9E
Black with #3FBC9E
Text Example
Text Example
White with #3FBC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC9E; }
p { color: rgb(63,188,158); }
H1.HeaderClassName
{
color: #3FBC9E;
}
.AnyTagClassName
{
color: #3FBC9E;
}
</style>
background-color css
<style>
a { background-color: #3FBC9E; }
a { background-color: rgb(63,188,158); }
div.DivClassName
{
background-color: #3FBC9E;
}
.BgClassName
{
background-color: #3FBC9E;
}
</style>
border-color css
<style>
span { border-color: #3FBC9E; }
span { border-color: rgb(63,188,158); }
td.TdClassName
{
border-color: #3FBC9E;
}
.TagClassName
{
border-color: #3FBC9E;
}
</style>