Shades of Shamrock #3FCEAE
Tints of Shamrock #3FCEAE
RGB
CMYK
RGB Variations
Color information
#3FCEAE (or 0x3FCEAE) is known color: Shamrock. HEX triplet: 3F, CE and AE. RGB value is (63,206,174). Sum of RGB (Red+Green+Blue) = 63+206+174=443 (58% of max value = 765). Red value is 63 (25% from 255 or 14.22% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCEAE is #C03151. Grayscale: #9F9F9F. Windows color (decimal): -12595538 or 11456063. OLE color: 11456063.
HSL color Cylindrical-coordinate representation of color #3FCEAE: hue angle of 166.57º 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 #3FCEAE is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 174 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.19 |
| HSL | 166.57º | 0.59% | 0.53% | - |
| HSV(B) | 166.57º | 0.69% | 0.81% | - |
| XYZ | 31.76 | 48.26 | 47.68 | - |
| YUV | 159.6 | 136.12 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 174 | 0.69 | 0 | 0.16 | 0.19 | 166.57 | 0.59 | 0.53 |
| Hex | 3F | CE | AE | 45 | 0 | 10 | 13 | A7 | 3B | 35 |
| Octal | 77 | 316 | 256 | 105 | 0 | 20 | 23 | 247 | 73 | 65 |
| Binary | 111111 | 11001110 | 10101110 | 1000101 | 0 | 10000 | 10011 | 10100111 | 111011 | 110101 |
Color Harmonies of #3FCEAE
Complementary color
Monochromatic Colors of #3FCEAE
Black with #3FCEAE
Text Example
Text Example
White with #3FCEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCEAE; }
p { color: rgb(63,206,174); }
H1.HeaderClassName
{
color: #3FCEAE;
}
.AnyTagClassName
{
color: #3FCEAE;
}
</style>
background-color css
<style>
a { background-color: #3FCEAE; }
a { background-color: rgb(63,206,174); }
div.DivClassName
{
background-color: #3FCEAE;
}
.BgClassName
{
background-color: #3FCEAE;
}
</style>
border-color css
<style>
span { border-color: #3FCEAE; }
span { border-color: rgb(63,206,174); }
td.TdClassName
{
border-color: #3FCEAE;
}
.TagClassName
{
border-color: #3FCEAE;
}
</style>