Shades of Shamrock #3FCD9E
Tints of Shamrock #3FCD9E
RGB
CMYK
RGB Variations
Color information
#3FCD9E (or 0x3FCD9E) is known color: Shamrock. HEX triplet: 3F, CD and 9E. RGB value is (63,205,158). Sum of RGB (Red+Green+Blue) = 63+205+158=426 (56% of max value = 765). Red value is 63 (25% from 255 or 14.79% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCD9E is #C03261. Grayscale: #9D9D9D. Windows color (decimal): -12595810 or 10407231. OLE color: 10407231.
HSL color Cylindrical-coordinate representation of color #3FCD9E: hue angle of 160.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCD9E is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 158 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.20 |
| HSL | 160.14º | 0.59% | 0.53% | - |
| HSV(B) | 160.14º | 0.69% | 0.8% | - |
| XYZ | 30.05 | 47.19 | 39.87 | - |
| YUV | 157.18 | 128.46 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 158 | 0.69 | 0 | 0.23 | 0.20 | 160.14 | 0.59 | 0.53 |
| Hex | 3F | CD | 9E | 45 | 0 | 17 | 14 | A0 | 3B | 35 |
| Octal | 77 | 315 | 236 | 105 | 0 | 27 | 24 | 240 | 73 | 65 |
| Binary | 111111 | 11001101 | 10011110 | 1000101 | 0 | 10111 | 10100 | 10100000 | 111011 | 110101 |
Color Harmonies of #3FCD9E
Complementary color
Monochromatic Colors of #3FCD9E
Black with #3FCD9E
Text Example
Text Example
White with #3FCD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD9E; }
p { color: rgb(63,205,158); }
H1.HeaderClassName
{
color: #3FCD9E;
}
.AnyTagClassName
{
color: #3FCD9E;
}
</style>
background-color css
<style>
a { background-color: #3FCD9E; }
a { background-color: rgb(63,205,158); }
div.DivClassName
{
background-color: #3FCD9E;
}
.BgClassName
{
background-color: #3FCD9E;
}
</style>
border-color css
<style>
span { border-color: #3FCD9E; }
span { border-color: rgb(63,205,158); }
td.TdClassName
{
border-color: #3FCD9E;
}
.TagClassName
{
border-color: #3FCD9E;
}
</style>