Shades of Shamrock #3FDBA4
Tints of Shamrock #3FDBA4
RGB
CMYK
RGB Variations
Color information
#3FDBA4 (or 0x3FDBA4) is known color: Shamrock. HEX triplet: 3F, DB and A4. RGB value is (63,219,164). Sum of RGB (Red+Green+Blue) = 63+219+164=446 (59% of max value = 765). Red value is 63 (25% from 255 or 14.13% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDBA4 is #C0245B. Grayscale: #A6A6A6. Windows color (decimal): -12592220 or 10804031. OLE color: 10804031.
HSL color Cylindrical-coordinate representation of color #3FDBA4: hue angle of 158.85º 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 #3FDBA4 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 164 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.14 |
| HSL | 158.85º | 0.68% | 0.55% | - |
| HSV(B) | 158.85º | 0.71% | 0.86% | - |
| XYZ | 34.08 | 54.4 | 43.83 | - |
| YUV | 166.09 | 126.82 | 54.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 164 | 0.71 | 0 | 0.25 | 0.14 | 158.85 | 0.68 | 0.55 |
| Hex | 3F | DB | A4 | 47 | 0 | 19 | E | 9F | 44 | 37 |
| Octal | 77 | 333 | 244 | 107 | 0 | 31 | 16 | 237 | 104 | 67 |
| Binary | 111111 | 11011011 | 10100100 | 1000111 | 0 | 11001 | 1110 | 10011111 | 1000100 | 110111 |
Color Harmonies of #3FDBA4
Complementary color
Monochromatic Colors of #3FDBA4
Black with #3FDBA4
Text Example
Text Example
White with #3FDBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBA4; }
p { color: rgb(63,219,164); }
H1.HeaderClassName
{
color: #3FDBA4;
}
.AnyTagClassName
{
color: #3FDBA4;
}
</style>
background-color css
<style>
a { background-color: #3FDBA4; }
a { background-color: rgb(63,219,164); }
div.DivClassName
{
background-color: #3FDBA4;
}
.BgClassName
{
background-color: #3FDBA4;
}
</style>
border-color css
<style>
span { border-color: #3FDBA4; }
span { border-color: rgb(63,219,164); }
td.TdClassName
{
border-color: #3FDBA4;
}
.TagClassName
{
border-color: #3FDBA4;
}
</style>