Shades of Shamrock #3FCDAD
Tints of Shamrock #3FCDAD
RGB
CMYK
RGB Variations
Color information
#3FCDAD (or 0x3FCDAD) is known color: Shamrock. HEX triplet: 3F, CD and AD. RGB value is (63,205,173). Sum of RGB (Red+Green+Blue) = 63+205+173=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCDAD is #C03252. Grayscale: #9E9E9E. Windows color (decimal): -12595795 or 11390271. OLE color: 11390271.
HSL color Cylindrical-coordinate representation of color #3FCDAD: hue angle of 166.48º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCDAD is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 173 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.20 |
| HSL | 166.48º | 0.59% | 0.53% | - |
| HSV(B) | 166.48º | 0.69% | 0.8% | - |
| XYZ | 31.42 | 47.74 | 47.09 | - |
| YUV | 158.89 | 135.96 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 173 | 0.69 | 0 | 0.16 | 0.20 | 166.48 | 0.59 | 0.53 |
| Hex | 3F | CD | AD | 45 | 0 | 10 | 14 | A6 | 3B | 35 |
| Octal | 77 | 315 | 255 | 105 | 0 | 20 | 24 | 246 | 73 | 65 |
| Binary | 111111 | 11001101 | 10101101 | 1000101 | 0 | 10000 | 10100 | 10100110 | 111011 | 110101 |
Color Harmonies of #3FCDAD
Complementary color
Monochromatic Colors of #3FCDAD
Black with #3FCDAD
Text Example
Text Example
White with #3FCDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDAD; }
p { color: rgb(63,205,173); }
H1.HeaderClassName
{
color: #3FCDAD;
}
.AnyTagClassName
{
color: #3FCDAD;
}
</style>
background-color css
<style>
a { background-color: #3FCDAD; }
a { background-color: rgb(63,205,173); }
div.DivClassName
{
background-color: #3FCDAD;
}
.BgClassName
{
background-color: #3FCDAD;
}
</style>
border-color css
<style>
span { border-color: #3FCDAD; }
span { border-color: rgb(63,205,173); }
td.TdClassName
{
border-color: #3FCDAD;
}
.TagClassName
{
border-color: #3FCDAD;
}
</style>