Shades of Shamrock #3FBE9C
Tints of Shamrock #3FBE9C
RGB
CMYK
RGB Variations
Color information
#3FBE9C (or 0x3FBE9C) is known color: Shamrock. HEX triplet: 3F, BE and 9C. RGB value is (63,190,156). Sum of RGB (Red+Green+Blue) = 63+190+156=409 (54% of max value = 765). Red value is 63 (25% from 255 or 15.40% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBE9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBE9C is #C04163. Grayscale: #949494. Windows color (decimal): -12599652 or 10272319. OLE color: 10272319.
HSL color Cylindrical-coordinate representation of color #3FBE9C: hue angle of 163.94º 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 #3FBE9C is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 156 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.25 |
| HSL | 163.94º | 0.5% | 0.5% | - |
| HSV(B) | 163.94º | 0.67% | 0.75% | - |
| XYZ | 26.46 | 40.28 | 37.83 | - |
| YUV | 148.15 | 132.42 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 156 | 0.67 | 0 | 0.18 | 0.25 | 163.94 | 0.5 | 0.5 |
| Hex | 3F | BE | 9C | 43 | 0 | 12 | 19 | A4 | 32 | 32 |
| Octal | 77 | 276 | 234 | 103 | 0 | 22 | 31 | 244 | 62 | 62 |
| Binary | 111111 | 10111110 | 10011100 | 1000011 | 0 | 10010 | 11001 | 10100100 | 110010 | 110010 |
Color Harmonies of #3FBE9C
Complementary color
Monochromatic Colors of #3FBE9C
Black with #3FBE9C
Text Example
Text Example
White with #3FBE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBE9C; }
p { color: rgb(63,190,156); }
H1.HeaderClassName
{
color: #3FBE9C;
}
.AnyTagClassName
{
color: #3FBE9C;
}
</style>
background-color css
<style>
a { background-color: #3FBE9C; }
a { background-color: rgb(63,190,156); }
div.DivClassName
{
background-color: #3FBE9C;
}
.BgClassName
{
background-color: #3FBE9C;
}
</style>
border-color css
<style>
span { border-color: #3FBE9C; }
span { border-color: rgb(63,190,156); }
td.TdClassName
{
border-color: #3FBE9C;
}
.TagClassName
{
border-color: #3FBE9C;
}
</style>