Shades of Shamrock #3FCEA4
Tints of Shamrock #3FCEA4
RGB
CMYK
RGB Variations
Color information
#3FCEA4 (or 0x3FCEA4) is known color: Shamrock. HEX triplet: 3F, CE and A4. RGB value is (63,206,164). Sum of RGB (Red+Green+Blue) = 63+206+164=433 (57% of max value = 765). Red value is 63 (25% from 255 or 14.55% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCEA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCEA4 is #C0315B. Grayscale: #9E9E9E. Windows color (decimal): -12595548 or 10800703. OLE color: 10800703.
HSL color Cylindrical-coordinate representation of color #3FCEA4: hue angle of 162.38º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCEA4 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 164 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.19 |
| HSL | 162.38º | 0.59% | 0.53% | - |
| HSV(B) | 162.38º | 0.69% | 0.81% | - |
| XYZ | 30.82 | 47.88 | 42.74 | - |
| YUV | 158.46 | 131.12 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 164 | 0.69 | 0 | 0.20 | 0.19 | 162.38 | 0.59 | 0.53 |
| Hex | 3F | CE | A4 | 45 | 0 | 14 | 13 | A2 | 3B | 35 |
| Octal | 77 | 316 | 244 | 105 | 0 | 24 | 23 | 242 | 73 | 65 |
| Binary | 111111 | 11001110 | 10100100 | 1000101 | 0 | 10100 | 10011 | 10100010 | 111011 | 110101 |
Color Harmonies of #3FCEA4
Complementary color
Monochromatic Colors of #3FCEA4
Black with #3FCEA4
Text Example
Text Example
White with #3FCEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCEA4; }
p { color: rgb(63,206,164); }
H1.HeaderClassName
{
color: #3FCEA4;
}
.AnyTagClassName
{
color: #3FCEA4;
}
</style>
background-color css
<style>
a { background-color: #3FCEA4; }
a { background-color: rgb(63,206,164); }
div.DivClassName
{
background-color: #3FCEA4;
}
.BgClassName
{
background-color: #3FCEA4;
}
</style>
border-color css
<style>
span { border-color: #3FCEA4; }
span { border-color: rgb(63,206,164); }
td.TdClassName
{
border-color: #3FCEA4;
}
.TagClassName
{
border-color: #3FCEA4;
}
</style>