Shades of Shamrock #3FD2A5
Tints of Shamrock #3FD2A5
RGB
CMYK
RGB Variations
Color information
#3FD2A5 (or 0x3FD2A5) is known color: Shamrock. HEX triplet: 3F, D2 and A5. RGB value is (63,210,165). Sum of RGB (Red+Green+Blue) = 63+210+165=438 (58% of max value = 765). Red value is 63 (25% from 255 or 14.38% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #3FD2A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FD2A5 is #C02D5A. Grayscale: #A0A0A0. Windows color (decimal): -12594523 or 10867263. OLE color: 10867263.
HSL color Cylindrical-coordinate representation of color #3FD2A5: hue angle of 161.63º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD2A5 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 210 | 165 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.18 |
| HSL | 161.63º | 0.62% | 0.54% | - |
| HSV(B) | 161.63º | 0.7% | 0.82% | - |
| XYZ | 31.89 | 49.87 | 43.54 | - |
| YUV | 160.92 | 130.3 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 210 | 165 | 0.70 | 0 | 0.21 | 0.18 | 161.63 | 0.62 | 0.54 |
| Hex | 3F | D2 | A5 | 46 | 0 | 15 | 12 | A2 | 3E | 36 |
| Octal | 77 | 322 | 245 | 106 | 0 | 25 | 22 | 242 | 76 | 66 |
| Binary | 111111 | 11010010 | 10100101 | 1000110 | 0 | 10101 | 10010 | 10100010 | 111110 | 110110 |
Color Harmonies of #3FD2A5
Complementary color
Monochromatic Colors of #3FD2A5
Black with #3FD2A5
Text Example
Text Example
White with #3FD2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD2A5; }
p { color: rgb(63,210,165); }
H1.HeaderClassName
{
color: #3FD2A5;
}
.AnyTagClassName
{
color: #3FD2A5;
}
</style>
background-color css
<style>
a { background-color: #3FD2A5; }
a { background-color: rgb(63,210,165); }
div.DivClassName
{
background-color: #3FD2A5;
}
.BgClassName
{
background-color: #3FD2A5;
}
</style>
border-color css
<style>
span { border-color: #3FD2A5; }
span { border-color: rgb(63,210,165); }
td.TdClassName
{
border-color: #3FD2A5;
}
.TagClassName
{
border-color: #3FD2A5;
}
</style>