Shades of Shamrock #3FDAA7
Tints of Shamrock #3FDAA7
RGB
CMYK
RGB Variations
Color information
#3FDAA7 (or 0x3FDAA7) is known color: Shamrock. HEX triplet: 3F, DA and A7. RGB value is (63,218,167). Sum of RGB (Red+Green+Blue) = 63+218+167=448 (59% of max value = 765). Red value is 63 (25% from 255 or 14.06% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDAA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDAA7 is #C02558. Grayscale: #A5A5A5. Windows color (decimal): -12592473 or 11000383. OLE color: 11000383.
HSL color Cylindrical-coordinate representation of color #3FDAA7: hue angle of 160.26º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDAA7 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 218 | 167 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.15 |
| HSL | 160.26º | 0.68% | 0.55% | - |
| HSV(B) | 160.26º | 0.71% | 0.85% | - |
| XYZ | 34.1 | 53.99 | 45.18 | - |
| YUV | 165.84 | 128.65 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 167 | 0.71 | 0 | 0.23 | 0.15 | 160.26 | 0.68 | 0.55 |
| Hex | 3F | DA | A7 | 47 | 0 | 17 | F | A0 | 44 | 37 |
| Octal | 77 | 332 | 247 | 107 | 0 | 27 | 17 | 240 | 104 | 67 |
| Binary | 111111 | 11011010 | 10100111 | 1000111 | 0 | 10111 | 1111 | 10100000 | 1000100 | 110111 |
Color Harmonies of #3FDAA7
Complementary color
Monochromatic Colors of #3FDAA7
Black with #3FDAA7
Text Example
Text Example
White with #3FDAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDAA7; }
p { color: rgb(63,218,167); }
H1.HeaderClassName
{
color: #3FDAA7;
}
.AnyTagClassName
{
color: #3FDAA7;
}
</style>
background-color css
<style>
a { background-color: #3FDAA7; }
a { background-color: rgb(63,218,167); }
div.DivClassName
{
background-color: #3FDAA7;
}
.BgClassName
{
background-color: #3FDAA7;
}
</style>
border-color css
<style>
span { border-color: #3FDAA7; }
span { border-color: rgb(63,218,167); }
td.TdClassName
{
border-color: #3FDAA7;
}
.TagClassName
{
border-color: #3FDAA7;
}
</style>