Shades of Shamrock #3FCA8E
Tints of Shamrock #3FCA8E
RGB
CMYK
RGB Variations
Color information
#3FCA8E (or 0x3FCA8E) is known color: Shamrock. HEX triplet: 3F, CA and 8E. RGB value is (63,202,142). Sum of RGB (Red+Green+Blue) = 63+202+142=407 (53% of max value = 765). Red value is 63 (25% from 255 or 15.48% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCA8E is #C03571. Grayscale: #999999. Windows color (decimal): -12596594 or 9357887. OLE color: 9357887.
HSL color Cylindrical-coordinate representation of color #3FCA8E: hue angle of 154.1º 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 #3FCA8E is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 142 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.21 |
| HSL | 154.1º | 0.57% | 0.52% | - |
| HSV(B) | 154.1º | 0.69% | 0.79% | - |
| XYZ | 28.05 | 45.25 | 32.85 | - |
| YUV | 153.6 | 121.45 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 142 | 0.69 | 0 | 0.30 | 0.21 | 154.1 | 0.57 | 0.52 |
| Hex | 3F | CA | 8E | 45 | 0 | 1E | 15 | 9A | 39 | 34 |
| Octal | 77 | 312 | 216 | 105 | 0 | 36 | 25 | 232 | 71 | 64 |
| Binary | 111111 | 11001010 | 10001110 | 1000101 | 0 | 11110 | 10101 | 10011010 | 111001 | 110100 |
Color Harmonies of #3FCA8E
Complementary color
Monochromatic Colors of #3FCA8E
Black with #3FCA8E
Text Example
Text Example
White with #3FCA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCA8E; }
p { color: rgb(63,202,142); }
H1.HeaderClassName
{
color: #3FCA8E;
}
.AnyTagClassName
{
color: #3FCA8E;
}
</style>
background-color css
<style>
a { background-color: #3FCA8E; }
a { background-color: rgb(63,202,142); }
div.DivClassName
{
background-color: #3FCA8E;
}
.BgClassName
{
background-color: #3FCA8E;
}
</style>
border-color css
<style>
span { border-color: #3FCA8E; }
span { border-color: rgb(63,202,142); }
td.TdClassName
{
border-color: #3FCA8E;
}
.TagClassName
{
border-color: #3FCA8E;
}
</style>