Shades of Shamrock #3FCD9B
Tints of Shamrock #3FCD9B
RGB
CMYK
RGB Variations
Color information
#3FCD9B (or 0x3FCD9B) is known color: Shamrock. HEX triplet: 3F, CD and 9B. RGB value is (63,205,155). Sum of RGB (Red+Green+Blue) = 63+205+155=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCD9B is #C03264. Grayscale: #9C9C9C. Windows color (decimal): -12595813 or 10210623. OLE color: 10210623.
HSL color Cylindrical-coordinate representation of color #3FCD9B: hue angle of 158.87º 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 #3FCD9B is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 155 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.20 |
| HSL | 158.87º | 0.59% | 0.53% | - |
| HSV(B) | 158.87º | 0.69% | 0.8% | - |
| XYZ | 29.8 | 47.09 | 38.53 | - |
| YUV | 156.84 | 126.96 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 155 | 0.69 | 0 | 0.24 | 0.20 | 158.87 | 0.59 | 0.53 |
| Hex | 3F | CD | 9B | 45 | 0 | 18 | 14 | 9F | 3B | 35 |
| Octal | 77 | 315 | 233 | 105 | 0 | 30 | 24 | 237 | 73 | 65 |
| Binary | 111111 | 11001101 | 10011011 | 1000101 | 0 | 11000 | 10100 | 10011111 | 111011 | 110101 |
Color Harmonies of #3FCD9B
Complementary color
Monochromatic Colors of #3FCD9B
Black with #3FCD9B
Text Example
Text Example
White with #3FCD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD9B; }
p { color: rgb(63,205,155); }
H1.HeaderClassName
{
color: #3FCD9B;
}
.AnyTagClassName
{
color: #3FCD9B;
}
</style>
background-color css
<style>
a { background-color: #3FCD9B; }
a { background-color: rgb(63,205,155); }
div.DivClassName
{
background-color: #3FCD9B;
}
.BgClassName
{
background-color: #3FCD9B;
}
</style>
border-color css
<style>
span { border-color: #3FCD9B; }
span { border-color: rgb(63,205,155); }
td.TdClassName
{
border-color: #3FCD9B;
}
.TagClassName
{
border-color: #3FCD9B;
}
</style>