Shades of Shamrock #3FDDAE
Tints of Shamrock #3FDDAE
RGB
CMYK
RGB Variations
Color information
#3FDDAE (or 0x3FDDAE) is known color: Shamrock. HEX triplet: 3F, DD and AE. RGB value is (63,221,174). Sum of RGB (Red+Green+Blue) = 63+221+174=458 (60% of max value = 765). Red value is 63 (25% from 255 or 13.76% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDDAE is #C02251. Grayscale: #A8A8A8. Windows color (decimal): -12591698 or 11459903. OLE color: 11459903.
HSL color Cylindrical-coordinate representation of color #3FDDAE: hue angle of 162.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDDAE is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 174 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.13 |
| HSL | 162.15º | 0.7% | 0.56% | - |
| HSV(B) | 162.15º | 0.71% | 0.87% | - |
| XYZ | 35.55 | 55.83 | 48.95 | - |
| YUV | 168.4 | 131.15 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 174 | 0.71 | 0 | 0.21 | 0.13 | 162.15 | 0.7 | 0.56 |
| Hex | 3F | DD | AE | 47 | 0 | 15 | D | A2 | 46 | 38 |
| Octal | 77 | 335 | 256 | 107 | 0 | 25 | 15 | 242 | 106 | 70 |
| Binary | 111111 | 11011101 | 10101110 | 1000111 | 0 | 10101 | 1101 | 10100010 | 1000110 | 111000 |
Color Harmonies of #3FDDAE
Complementary color
Monochromatic Colors of #3FDDAE
Black with #3FDDAE
Text Example
Text Example
White with #3FDDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDAE; }
p { color: rgb(63,221,174); }
H1.HeaderClassName
{
color: #3FDDAE;
}
.AnyTagClassName
{
color: #3FDDAE;
}
</style>
background-color css
<style>
a { background-color: #3FDDAE; }
a { background-color: rgb(63,221,174); }
div.DivClassName
{
background-color: #3FDDAE;
}
.BgClassName
{
background-color: #3FDDAE;
}
</style>
border-color css
<style>
span { border-color: #3FDDAE; }
span { border-color: rgb(63,221,174); }
td.TdClassName
{
border-color: #3FDDAE;
}
.TagClassName
{
border-color: #3FDDAE;
}
</style>