Shades of Shamrock #3FCF9B
Tints of Shamrock #3FCF9B
RGB
CMYK
RGB Variations
Color information
#3FCF9B (or 0x3FCF9B) is known color: Shamrock. HEX triplet: 3F, CF and 9B. RGB value is (63,207,155). Sum of RGB (Red+Green+Blue) = 63+207+155=425 (56% of max value = 765). Red value is 63 (25% from 255 or 14.82% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCF9B is #C03064. Grayscale: #9E9E9E. Windows color (decimal): -12595301 or 10211135. OLE color: 10211135.
HSL color Cylindrical-coordinate representation of color #3FCF9B: hue angle of 158.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCF9B is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 155 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.19 |
| HSL | 158.33º | 0.6% | 0.53% | - |
| HSV(B) | 158.33º | 0.7% | 0.81% | - |
| XYZ | 30.28 | 48.05 | 38.69 | - |
| YUV | 158.02 | 126.29 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 155 | 0.70 | 0 | 0.25 | 0.19 | 158.33 | 0.6 | 0.53 |
| Hex | 3F | CF | 9B | 46 | 0 | 19 | 13 | 9E | 3C | 35 |
| Octal | 77 | 317 | 233 | 106 | 0 | 31 | 23 | 236 | 74 | 65 |
| Binary | 111111 | 11001111 | 10011011 | 1000110 | 0 | 11001 | 10011 | 10011110 | 111100 | 110101 |
Color Harmonies of #3FCF9B
Complementary color
Monochromatic Colors of #3FCF9B
Black with #3FCF9B
Text Example
Text Example
White with #3FCF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCF9B; }
p { color: rgb(63,207,155); }
H1.HeaderClassName
{
color: #3FCF9B;
}
.AnyTagClassName
{
color: #3FCF9B;
}
</style>
background-color css
<style>
a { background-color: #3FCF9B; }
a { background-color: rgb(63,207,155); }
div.DivClassName
{
background-color: #3FCF9B;
}
.BgClassName
{
background-color: #3FCF9B;
}
</style>
border-color css
<style>
span { border-color: #3FCF9B; }
span { border-color: rgb(63,207,155); }
td.TdClassName
{
border-color: #3FCF9B;
}
.TagClassName
{
border-color: #3FCF9B;
}
</style>