Shades of Shamrock #3FCA8B
Tints of Shamrock #3FCA8B
RGB
CMYK
RGB Variations
Color information
#3FCA8B (or 0x3FCA8B) is known color: Shamrock. HEX triplet: 3F, CA and 8B. RGB value is (63,202,139). Sum of RGB (Red+Green+Blue) = 63+202+139=404 (53% of max value = 765). Red value is 63 (25% from 255 or 15.59% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCA8B is #C03574. Grayscale: #999999. Windows color (decimal): -12596597 or 9161279. OLE color: 9161279.
HSL color Cylindrical-coordinate representation of color #3FCA8B: hue angle of 152.81º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCA8B is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 139 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.21 |
| HSL | 152.81º | 0.57% | 0.52% | - |
| HSV(B) | 152.81º | 0.69% | 0.79% | - |
| XYZ | 27.83 | 45.16 | 31.68 | - |
| YUV | 153.26 | 119.95 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 139 | 0.69 | 0 | 0.31 | 0.21 | 152.81 | 0.57 | 0.52 |
| Hex | 3F | CA | 8B | 45 | 0 | 1F | 15 | 99 | 39 | 34 |
| Octal | 77 | 312 | 213 | 105 | 0 | 37 | 25 | 231 | 71 | 64 |
| Binary | 111111 | 11001010 | 10001011 | 1000101 | 0 | 11111 | 10101 | 10011001 | 111001 | 110100 |
Color Harmonies of #3FCA8B
Complementary color
Monochromatic Colors of #3FCA8B
Black with #3FCA8B
Text Example
Text Example
White with #3FCA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCA8B; }
p { color: rgb(63,202,139); }
H1.HeaderClassName
{
color: #3FCA8B;
}
.AnyTagClassName
{
color: #3FCA8B;
}
</style>
background-color css
<style>
a { background-color: #3FCA8B; }
a { background-color: rgb(63,202,139); }
div.DivClassName
{
background-color: #3FCA8B;
}
.BgClassName
{
background-color: #3FCA8B;
}
</style>
border-color css
<style>
span { border-color: #3FCA8B; }
span { border-color: rgb(63,202,139); }
td.TdClassName
{
border-color: #3FCA8B;
}
.TagClassName
{
border-color: #3FCA8B;
}
</style>