Shades of Shamrock #3FCDA5
Tints of Shamrock #3FCDA5
RGB
CMYK
RGB Variations
Color information
#3FCDA5 (or 0x3FCDA5) is known color: Shamrock. HEX triplet: 3F, CD and A5. RGB value is (63,205,165). Sum of RGB (Red+Green+Blue) = 63+205+165=433 (57% of max value = 765). Red value is 63 (25% from 255 or 14.55% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCDA5 is #C0325A. Grayscale: #9E9E9E. Windows color (decimal): -12595803 or 10865983. OLE color: 10865983.
HSL color Cylindrical-coordinate representation of color #3FCDA5: hue angle of 163.1º 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 #3FCDA5 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 165 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.20 |
| HSL | 163.1º | 0.59% | 0.53% | - |
| HSV(B) | 163.1º | 0.69% | 0.8% | - |
| XYZ | 30.67 | 47.44 | 43.14 | - |
| YUV | 157.98 | 131.96 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 165 | 0.69 | 0 | 0.20 | 0.20 | 163.1 | 0.59 | 0.53 |
| Hex | 3F | CD | A5 | 45 | 0 | 14 | 14 | A3 | 3B | 35 |
| Octal | 77 | 315 | 245 | 105 | 0 | 24 | 24 | 243 | 73 | 65 |
| Binary | 111111 | 11001101 | 10100101 | 1000101 | 0 | 10100 | 10100 | 10100011 | 111011 | 110101 |
Color Harmonies of #3FCDA5
Complementary color
Monochromatic Colors of #3FCDA5
Black with #3FCDA5
Text Example
Text Example
White with #3FCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDA5; }
p { color: rgb(63,205,165); }
H1.HeaderClassName
{
color: #3FCDA5;
}
.AnyTagClassName
{
color: #3FCDA5;
}
</style>
background-color css
<style>
a { background-color: #3FCDA5; }
a { background-color: rgb(63,205,165); }
div.DivClassName
{
background-color: #3FCDA5;
}
.BgClassName
{
background-color: #3FCDA5;
}
</style>
border-color css
<style>
span { border-color: #3FCDA5; }
span { border-color: rgb(63,205,165); }
td.TdClassName
{
border-color: #3FCDA5;
}
.TagClassName
{
border-color: #3FCDA5;
}
</style>