Shades of Shamrock #3FDFAE
Tints of Shamrock #3FDFAE
RGB
CMYK
RGB Variations
Color information
#3FDFAE (or 0x3FDFAE) is known color: Shamrock. HEX triplet: 3F, DF and AE. RGB value is (63,223,174). Sum of RGB (Red+Green+Blue) = 63+223+174=460 (60% of max value = 765). Red value is 63 (25% from 255 or 13.70% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDFAE is #C02051. Grayscale: #A9A9A9. Windows color (decimal): -12591186 or 11460415. OLE color: 11460415.
HSL color Cylindrical-coordinate representation of color #3FDFAE: hue angle of 161.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDFAE is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 174 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.13 |
| HSL | 161.63º | 0.71% | 0.56% | - |
| HSV(B) | 161.63º | 0.72% | 0.87% | - |
| XYZ | 36.08 | 56.89 | 49.12 | - |
| YUV | 169.57 | 130.49 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 174 | 0.72 | 0 | 0.22 | 0.13 | 161.63 | 0.71 | 0.56 |
| Hex | 3F | DF | AE | 48 | 0 | 16 | D | A2 | 47 | 38 |
| Octal | 77 | 337 | 256 | 110 | 0 | 26 | 15 | 242 | 107 | 70 |
| Binary | 111111 | 11011111 | 10101110 | 1001000 | 0 | 10110 | 1101 | 10100010 | 1000111 | 111000 |
Color Harmonies of #3FDFAE
Complementary color
Monochromatic Colors of #3FDFAE
Black with #3FDFAE
Text Example
Text Example
White with #3FDFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFAE; }
p { color: rgb(63,223,174); }
H1.HeaderClassName
{
color: #3FDFAE;
}
.AnyTagClassName
{
color: #3FDFAE;
}
</style>
background-color css
<style>
a { background-color: #3FDFAE; }
a { background-color: rgb(63,223,174); }
div.DivClassName
{
background-color: #3FDFAE;
}
.BgClassName
{
background-color: #3FDFAE;
}
</style>
border-color css
<style>
span { border-color: #3FDFAE; }
span { border-color: rgb(63,223,174); }
td.TdClassName
{
border-color: #3FDFAE;
}
.TagClassName
{
border-color: #3FDFAE;
}
</style>