Shades of Shamrock #3FC1A2
Tints of Shamrock #3FC1A2
RGB
CMYK
RGB Variations
Color information
#3FC1A2 (or 0x3FC1A2) is known color: Shamrock. HEX triplet: 3F, C1 and A2. RGB value is (63,193,162). Sum of RGB (Red+Green+Blue) = 63+193+162=418 (55% of max value = 765). Red value is 63 (25% from 255 or 15.07% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC1A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC1A2 is #C03E5D. Grayscale: #969696. Windows color (decimal): -12598878 or 10666303. OLE color: 10666303.
HSL color Cylindrical-coordinate representation of color #3FC1A2: hue angle of 165.69º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FC1A2 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 193 | 162 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.24 |
| HSL | 165.69º | 0.51% | 0.5% | - |
| HSV(B) | 165.69º | 0.67% | 0.76% | - |
| XYZ | 27.64 | 41.81 | 40.79 | - |
| YUV | 150.6 | 134.43 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 193 | 162 | 0.67 | 0 | 0.16 | 0.24 | 165.69 | 0.51 | 0.5 |
| Hex | 3F | C1 | A2 | 43 | 0 | 10 | 18 | A6 | 33 | 32 |
| Octal | 77 | 301 | 242 | 103 | 0 | 20 | 30 | 246 | 63 | 62 |
| Binary | 111111 | 11000001 | 10100010 | 1000011 | 0 | 10000 | 11000 | 10100110 | 110011 | 110010 |
Color Harmonies of #3FC1A2
Complementary color
Monochromatic Colors of #3FC1A2
Black with #3FC1A2
Text Example
Text Example
White with #3FC1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC1A2; }
p { color: rgb(63,193,162); }
H1.HeaderClassName
{
color: #3FC1A2;
}
.AnyTagClassName
{
color: #3FC1A2;
}
</style>
background-color css
<style>
a { background-color: #3FC1A2; }
a { background-color: rgb(63,193,162); }
div.DivClassName
{
background-color: #3FC1A2;
}
.BgClassName
{
background-color: #3FC1A2;
}
</style>
border-color css
<style>
span { border-color: #3FC1A2; }
span { border-color: rgb(63,193,162); }
td.TdClassName
{
border-color: #3FC1A2;
}
.TagClassName
{
border-color: #3FC1A2;
}
</style>