Shades of Shamrock #3FDDAF
Tints of Shamrock #3FDDAF
RGB
CMYK
RGB Variations
Color information
#3FDDAF (or 0x3FDDAF) is known color: Shamrock. HEX triplet: 3F, DD and AF. RGB value is (63,221,175). Sum of RGB (Red+Green+Blue) = 63+221+175=459 (60% of max value = 765). Red value is 63 (25% from 255 or 13.73% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDDAF is #C02250. Grayscale: #A8A8A8. Windows color (decimal): -12591697 or 11525439. OLE color: 11525439.
HSL color Cylindrical-coordinate representation of color #3FDDAF: hue angle of 162.53º 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 #3FDDAF is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 175 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.13 |
| HSL | 162.53º | 0.7% | 0.56% | - |
| HSV(B) | 162.53º | 0.71% | 0.87% | - |
| XYZ | 35.64 | 55.86 | 49.46 | - |
| YUV | 168.51 | 131.65 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 175 | 0.71 | 0 | 0.21 | 0.13 | 162.53 | 0.7 | 0.56 |
| Hex | 3F | DD | AF | 47 | 0 | 15 | D | A3 | 46 | 38 |
| Octal | 77 | 335 | 257 | 107 | 0 | 25 | 15 | 243 | 106 | 70 |
| Binary | 111111 | 11011101 | 10101111 | 1000111 | 0 | 10101 | 1101 | 10100011 | 1000110 | 111000 |
Color Harmonies of #3FDDAF
Complementary color
Monochromatic Colors of #3FDDAF
Black with #3FDDAF
Text Example
Text Example
White with #3FDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDAF; }
p { color: rgb(63,221,175); }
H1.HeaderClassName
{
color: #3FDDAF;
}
.AnyTagClassName
{
color: #3FDDAF;
}
</style>
background-color css
<style>
a { background-color: #3FDDAF; }
a { background-color: rgb(63,221,175); }
div.DivClassName
{
background-color: #3FDDAF;
}
.BgClassName
{
background-color: #3FDDAF;
}
</style>
border-color css
<style>
span { border-color: #3FDDAF; }
span { border-color: rgb(63,221,175); }
td.TdClassName
{
border-color: #3FDDAF;
}
.TagClassName
{
border-color: #3FDDAF;
}
</style>