Shades of Shamrock #3FCA8F
Tints of Shamrock #3FCA8F
RGB
CMYK
RGB Variations
Color information
#3FCA8F (or 0x3FCA8F) is known color: Shamrock. HEX triplet: 3F, CA and 8F. RGB value is (63,202,143). Sum of RGB (Red+Green+Blue) = 63+202+143=408 (54% of max value = 765). Red value is 63 (25% from 255 or 15.44% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCA8F is #C03570. Grayscale: #999999. Windows color (decimal): -12596593 or 9423423. OLE color: 9423423.
HSL color Cylindrical-coordinate representation of color #3FCA8F: hue angle of 154.53º 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 #3FCA8F is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 143 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.21 |
| HSL | 154.53º | 0.57% | 0.52% | - |
| HSV(B) | 154.53º | 0.69% | 0.79% | - |
| XYZ | 28.13 | 45.28 | 33.24 | - |
| YUV | 153.71 | 121.95 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 143 | 0.69 | 0 | 0.29 | 0.21 | 154.53 | 0.57 | 0.52 |
| Hex | 3F | CA | 8F | 45 | 0 | 1D | 15 | 9B | 39 | 34 |
| Octal | 77 | 312 | 217 | 105 | 0 | 35 | 25 | 233 | 71 | 64 |
| Binary | 111111 | 11001010 | 10001111 | 1000101 | 0 | 11101 | 10101 | 10011011 | 111001 | 110100 |
Color Harmonies of #3FCA8F
Complementary color
Monochromatic Colors of #3FCA8F
Black with #3FCA8F
Text Example
Text Example
White with #3FCA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCA8F; }
p { color: rgb(63,202,143); }
H1.HeaderClassName
{
color: #3FCA8F;
}
.AnyTagClassName
{
color: #3FCA8F;
}
</style>
background-color css
<style>
a { background-color: #3FCA8F; }
a { background-color: rgb(63,202,143); }
div.DivClassName
{
background-color: #3FCA8F;
}
.BgClassName
{
background-color: #3FCA8F;
}
</style>
border-color css
<style>
span { border-color: #3FCA8F; }
span { border-color: rgb(63,202,143); }
td.TdClassName
{
border-color: #3FCA8F;
}
.TagClassName
{
border-color: #3FCA8F;
}
</style>