Shades of Shamrock #3FDCAE
Tints of Shamrock #3FDCAE
RGB
CMYK
RGB Variations
Color information
#3FDCAE (or 0x3FDCAE) is known color: Shamrock. HEX triplet: 3F, DC and AE. RGB value is (63,220,174). Sum of RGB (Red+Green+Blue) = 63+220+174=457 (60% of max value = 765). Red value is 63 (25% from 255 or 13.79% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDCAE is #C02351. Grayscale: #A7A7A7. Windows color (decimal): -12591954 or 11459647. OLE color: 11459647.
HSL color Cylindrical-coordinate representation of color #3FDCAE: hue angle of 162.42º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDCAE is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 174 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.14 |
| HSL | 162.42º | 0.69% | 0.55% | - |
| HSV(B) | 162.42º | 0.71% | 0.86% | - |
| XYZ | 35.28 | 55.3 | 48.86 | - |
| YUV | 167.81 | 131.49 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 174 | 0.71 | 0 | 0.21 | 0.14 | 162.42 | 0.69 | 0.55 |
| Hex | 3F | DC | AE | 47 | 0 | 15 | E | A2 | 45 | 37 |
| Octal | 77 | 334 | 256 | 107 | 0 | 25 | 16 | 242 | 105 | 67 |
| Binary | 111111 | 11011100 | 10101110 | 1000111 | 0 | 10101 | 1110 | 10100010 | 1000101 | 110111 |
Color Harmonies of #3FDCAE
Complementary color
Monochromatic Colors of #3FDCAE
Black with #3FDCAE
Text Example
Text Example
White with #3FDCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCAE; }
p { color: rgb(63,220,174); }
H1.HeaderClassName
{
color: #3FDCAE;
}
.AnyTagClassName
{
color: #3FDCAE;
}
</style>
background-color css
<style>
a { background-color: #3FDCAE; }
a { background-color: rgb(63,220,174); }
div.DivClassName
{
background-color: #3FDCAE;
}
.BgClassName
{
background-color: #3FDCAE;
}
</style>
border-color css
<style>
span { border-color: #3FDCAE; }
span { border-color: rgb(63,220,174); }
td.TdClassName
{
border-color: #3FDCAE;
}
.TagClassName
{
border-color: #3FDCAE;
}
</style>