Shades of Shamrock #3FCF9C
Tints of Shamrock #3FCF9C
RGB
CMYK
RGB Variations
Color information
#3FCF9C (or 0x3FCF9C) is known color: Shamrock. HEX triplet: 3F, CF and 9C. RGB value is (63,207,156). Sum of RGB (Red+Green+Blue) = 63+207+156=426 (56% of max value = 765). Red value is 63 (25% from 255 or 14.79% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCF9C is #C03063. Grayscale: #9E9E9E. Windows color (decimal): -12595300 or 10276671. OLE color: 10276671.
HSL color Cylindrical-coordinate representation of color #3FCF9C: hue angle of 158.75º 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 #3FCF9C is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 156 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.19 |
| HSL | 158.75º | 0.6% | 0.53% | - |
| HSV(B) | 158.75º | 0.7% | 0.81% | - |
| XYZ | 30.36 | 48.08 | 39.13 | - |
| YUV | 158.13 | 126.79 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 156 | 0.70 | 0 | 0.25 | 0.19 | 158.75 | 0.6 | 0.53 |
| Hex | 3F | CF | 9C | 46 | 0 | 19 | 13 | 9F | 3C | 35 |
| Octal | 77 | 317 | 234 | 106 | 0 | 31 | 23 | 237 | 74 | 65 |
| Binary | 111111 | 11001111 | 10011100 | 1000110 | 0 | 11001 | 10011 | 10011111 | 111100 | 110101 |
Color Harmonies of #3FCF9C
Complementary color
Monochromatic Colors of #3FCF9C
Black with #3FCF9C
Text Example
Text Example
White with #3FCF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCF9C; }
p { color: rgb(63,207,156); }
H1.HeaderClassName
{
color: #3FCF9C;
}
.AnyTagClassName
{
color: #3FCF9C;
}
</style>
background-color css
<style>
a { background-color: #3FCF9C; }
a { background-color: rgb(63,207,156); }
div.DivClassName
{
background-color: #3FCF9C;
}
.BgClassName
{
background-color: #3FCF9C;
}
</style>
border-color css
<style>
span { border-color: #3FCF9C; }
span { border-color: rgb(63,207,156); }
td.TdClassName
{
border-color: #3FCF9C;
}
.TagClassName
{
border-color: #3FCF9C;
}
</style>