Shades of Shamrock #3FDBAB
Tints of Shamrock #3FDBAB
RGB
CMYK
RGB Variations
Color information
#3FDBAB (or 0x3FDBAB) is known color: Shamrock. HEX triplet: 3F, DB and AB. RGB value is (63,219,171). Sum of RGB (Red+Green+Blue) = 63+219+171=453 (60% of max value = 765). Red value is 63 (25% from 255 or 13.91% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDBAB is #C02454. Grayscale: #A6A6A6. Windows color (decimal): -12592213 or 11262783. OLE color: 11262783.
HSL color Cylindrical-coordinate representation of color #3FDBAB: hue angle of 161.54º 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 #3FDBAB is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 171 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.14 |
| HSL | 161.54º | 0.68% | 0.55% | - |
| HSV(B) | 161.54º | 0.71% | 0.86% | - |
| XYZ | 34.73 | 54.66 | 47.25 | - |
| YUV | 166.88 | 130.32 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 171 | 0.71 | 0 | 0.22 | 0.14 | 161.54 | 0.68 | 0.55 |
| Hex | 3F | DB | AB | 47 | 0 | 16 | E | A2 | 44 | 37 |
| Octal | 77 | 333 | 253 | 107 | 0 | 26 | 16 | 242 | 104 | 67 |
| Binary | 111111 | 11011011 | 10101011 | 1000111 | 0 | 10110 | 1110 | 10100010 | 1000100 | 110111 |
Color Harmonies of #3FDBAB
Complementary color
Monochromatic Colors of #3FDBAB
Black with #3FDBAB
Text Example
Text Example
White with #3FDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBAB; }
p { color: rgb(63,219,171); }
H1.HeaderClassName
{
color: #3FDBAB;
}
.AnyTagClassName
{
color: #3FDBAB;
}
</style>
background-color css
<style>
a { background-color: #3FDBAB; }
a { background-color: rgb(63,219,171); }
div.DivClassName
{
background-color: #3FDBAB;
}
.BgClassName
{
background-color: #3FDBAB;
}
</style>
border-color css
<style>
span { border-color: #3FDBAB; }
span { border-color: rgb(63,219,171); }
td.TdClassName
{
border-color: #3FDBAB;
}
.TagClassName
{
border-color: #3FDBAB;
}
</style>