Shades of Shamrock #3FDAA2
Tints of Shamrock #3FDAA2
RGB
CMYK
RGB Variations
Color information
#3FDAA2 (or 0x3FDAA2) is known color: Shamrock. HEX triplet: 3F, DA and A2. RGB value is (63,218,162). Sum of RGB (Red+Green+Blue) = 63+218+162=443 (58% of max value = 765). Red value is 63 (25% from 255 or 14.22% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDAA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDAA2 is #C0255D. Grayscale: #A5A5A5. Windows color (decimal): -12592478 or 10672703. OLE color: 10672703.
HSL color Cylindrical-coordinate representation of color #3FDAA2: hue angle of 158.32º 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 #3FDAA2 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 218 | 162 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.15 |
| HSL | 158.32º | 0.68% | 0.55% | - |
| HSV(B) | 158.32º | 0.71% | 0.85% | - |
| XYZ | 33.64 | 53.81 | 42.8 | - |
| YUV | 165.27 | 126.15 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 162 | 0.71 | 0 | 0.26 | 0.15 | 158.32 | 0.68 | 0.55 |
| Hex | 3F | DA | A2 | 47 | 0 | 1A | F | 9E | 44 | 37 |
| Octal | 77 | 332 | 242 | 107 | 0 | 32 | 17 | 236 | 104 | 67 |
| Binary | 111111 | 11011010 | 10100010 | 1000111 | 0 | 11010 | 1111 | 10011110 | 1000100 | 110111 |
Color Harmonies of #3FDAA2
Complementary color
Monochromatic Colors of #3FDAA2
Black with #3FDAA2
Text Example
Text Example
White with #3FDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDAA2; }
p { color: rgb(63,218,162); }
H1.HeaderClassName
{
color: #3FDAA2;
}
.AnyTagClassName
{
color: #3FDAA2;
}
</style>
background-color css
<style>
a { background-color: #3FDAA2; }
a { background-color: rgb(63,218,162); }
div.DivClassName
{
background-color: #3FDAA2;
}
.BgClassName
{
background-color: #3FDAA2;
}
</style>
border-color css
<style>
span { border-color: #3FDAA2; }
span { border-color: rgb(63,218,162); }
td.TdClassName
{
border-color: #3FDAA2;
}
.TagClassName
{
border-color: #3FDAA2;
}
</style>