Shades of Shamrock #3FCEA1
Tints of Shamrock #3FCEA1
RGB
CMYK
RGB Variations
Color information
#3FCEA1 (or 0x3FCEA1) is known color: Shamrock. HEX triplet: 3F, CE and A1. RGB value is (63,206,161). Sum of RGB (Red+Green+Blue) = 63+206+161=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCEA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCEA1 is #C0315E. Grayscale: #9E9E9E. Windows color (decimal): -12595551 or 10604095. OLE color: 10604095.
HSL color Cylindrical-coordinate representation of color #3FCEA1: hue angle of 161.12º 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 #3FCEA1 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 161 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.19 |
| HSL | 161.12º | 0.59% | 0.53% | - |
| HSV(B) | 161.12º | 0.69% | 0.81% | - |
| XYZ | 30.55 | 47.77 | 41.33 | - |
| YUV | 158.11 | 129.62 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 161 | 0.69 | 0 | 0.22 | 0.19 | 161.12 | 0.59 | 0.53 |
| Hex | 3F | CE | A1 | 45 | 0 | 16 | 13 | A1 | 3B | 35 |
| Octal | 77 | 316 | 241 | 105 | 0 | 26 | 23 | 241 | 73 | 65 |
| Binary | 111111 | 11001110 | 10100001 | 1000101 | 0 | 10110 | 10011 | 10100001 | 111011 | 110101 |
Color Harmonies of #3FCEA1
Complementary color
Monochromatic Colors of #3FCEA1
Black with #3FCEA1
Text Example
Text Example
White with #3FCEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCEA1; }
p { color: rgb(63,206,161); }
H1.HeaderClassName
{
color: #3FCEA1;
}
.AnyTagClassName
{
color: #3FCEA1;
}
</style>
background-color css
<style>
a { background-color: #3FCEA1; }
a { background-color: rgb(63,206,161); }
div.DivClassName
{
background-color: #3FCEA1;
}
.BgClassName
{
background-color: #3FCEA1;
}
</style>
border-color css
<style>
span { border-color: #3FCEA1; }
span { border-color: rgb(63,206,161); }
td.TdClassName
{
border-color: #3FCEA1;
}
.TagClassName
{
border-color: #3FCEA1;
}
</style>