Shades of Shamrock #3FDBA6
Tints of Shamrock #3FDBA6
RGB
CMYK
RGB Variations
Color information
#3FDBA6 (or 0x3FDBA6) is known color: Shamrock. HEX triplet: 3F, DB and A6. RGB value is (63,219,166). Sum of RGB (Red+Green+Blue) = 63+219+166=448 (59% of max value = 765). Red value is 63 (25% from 255 or 14.06% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDBA6 is #C02459. Grayscale: #A6A6A6. Windows color (decimal): -12592218 or 10935103. OLE color: 10935103.
HSL color Cylindrical-coordinate representation of color #3FDBA6: hue angle of 159.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDBA6 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 166 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.14 |
| HSL | 159.62º | 0.68% | 0.55% | - |
| HSV(B) | 159.62º | 0.71% | 0.86% | - |
| XYZ | 34.26 | 54.47 | 44.78 | - |
| YUV | 166.31 | 127.82 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 166 | 0.71 | 0 | 0.24 | 0.14 | 159.62 | 0.68 | 0.55 |
| Hex | 3F | DB | A6 | 47 | 0 | 18 | E | A0 | 44 | 37 |
| Octal | 77 | 333 | 246 | 107 | 0 | 30 | 16 | 240 | 104 | 67 |
| Binary | 111111 | 11011011 | 10100110 | 1000111 | 0 | 11000 | 1110 | 10100000 | 1000100 | 110111 |
Color Harmonies of #3FDBA6
Complementary color
Monochromatic Colors of #3FDBA6
Black with #3FDBA6
Text Example
Text Example
White with #3FDBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBA6; }
p { color: rgb(63,219,166); }
H1.HeaderClassName
{
color: #3FDBA6;
}
.AnyTagClassName
{
color: #3FDBA6;
}
</style>
background-color css
<style>
a { background-color: #3FDBA6; }
a { background-color: rgb(63,219,166); }
div.DivClassName
{
background-color: #3FDBA6;
}
.BgClassName
{
background-color: #3FDBA6;
}
</style>
border-color css
<style>
span { border-color: #3FDBA6; }
span { border-color: rgb(63,219,166); }
td.TdClassName
{
border-color: #3FDBA6;
}
.TagClassName
{
border-color: #3FDBA6;
}
</style>