Shades of Shamrock #3FCFAD
Tints of Shamrock #3FCFAD
RGB
CMYK
RGB Variations
Color information
#3FCFAD (or 0x3FCFAD) is known color: Shamrock. HEX triplet: 3F, CF and AD. RGB value is (63,207,173). Sum of RGB (Red+Green+Blue) = 63+207+173=443 (58% of max value = 765). Red value is 63 (25% from 255 or 14.22% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCFAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCFAD is #C03052. Grayscale: #A0A0A0. Windows color (decimal): -12595283 or 11390783. OLE color: 11390783.
HSL color Cylindrical-coordinate representation of color #3FCFAD: hue angle of 165.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCFAD is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 173 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.19 |
| HSL | 165.83º | 0.6% | 0.53% | - |
| HSV(B) | 165.83º | 0.7% | 0.81% | - |
| XYZ | 31.91 | 48.7 | 47.25 | - |
| YUV | 160.07 | 135.29 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 173 | 0.70 | 0 | 0.16 | 0.19 | 165.83 | 0.6 | 0.53 |
| Hex | 3F | CF | AD | 46 | 0 | 10 | 13 | A6 | 3C | 35 |
| Octal | 77 | 317 | 255 | 106 | 0 | 20 | 23 | 246 | 74 | 65 |
| Binary | 111111 | 11001111 | 10101101 | 1000110 | 0 | 10000 | 10011 | 10100110 | 111100 | 110101 |
Color Harmonies of #3FCFAD
Complementary color
Monochromatic Colors of #3FCFAD
Black with #3FCFAD
Text Example
Text Example
White with #3FCFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFAD; }
p { color: rgb(63,207,173); }
H1.HeaderClassName
{
color: #3FCFAD;
}
.AnyTagClassName
{
color: #3FCFAD;
}
</style>
background-color css
<style>
a { background-color: #3FCFAD; }
a { background-color: rgb(63,207,173); }
div.DivClassName
{
background-color: #3FCFAD;
}
.BgClassName
{
background-color: #3FCFAD;
}
</style>
border-color css
<style>
span { border-color: #3FCFAD; }
span { border-color: rgb(63,207,173); }
td.TdClassName
{
border-color: #3FCFAD;
}
.TagClassName
{
border-color: #3FCFAD;
}
</style>