Shades of Shamrock #3FDBAA
Tints of Shamrock #3FDBAA
RGB
CMYK
RGB Variations
Color information
#3FDBAA (or 0x3FDBAA) is known color: Shamrock. HEX triplet: 3F, DB and AA. RGB value is (63,219,170). Sum of RGB (Red+Green+Blue) = 63+219+170=452 (59% of max value = 765). Red value is 63 (25% from 255 or 13.94% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDBAA is #C02455. Grayscale: #A6A6A6. Windows color (decimal): -12592214 or 11197247. OLE color: 11197247.
HSL color Cylindrical-coordinate representation of color #3FDBAA: hue angle of 161.15º 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 #3FDBAA is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 170 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.14 |
| HSL | 161.15º | 0.68% | 0.55% | - |
| HSV(B) | 161.15º | 0.71% | 0.86% | - |
| XYZ | 34.64 | 54.62 | 46.75 | - |
| YUV | 166.77 | 129.82 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 170 | 0.71 | 0 | 0.22 | 0.14 | 161.15 | 0.68 | 0.55 |
| Hex | 3F | DB | AA | 47 | 0 | 16 | E | A1 | 44 | 37 |
| Octal | 77 | 333 | 252 | 107 | 0 | 26 | 16 | 241 | 104 | 67 |
| Binary | 111111 | 11011011 | 10101010 | 1000111 | 0 | 10110 | 1110 | 10100001 | 1000100 | 110111 |
Color Harmonies of #3FDBAA
Complementary color
Monochromatic Colors of #3FDBAA
Black with #3FDBAA
Text Example
Text Example
White with #3FDBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDBAA; }
p { color: rgb(63,219,170); }
H1.HeaderClassName
{
color: #3FDBAA;
}
.AnyTagClassName
{
color: #3FDBAA;
}
</style>
background-color css
<style>
a { background-color: #3FDBAA; }
a { background-color: rgb(63,219,170); }
div.DivClassName
{
background-color: #3FDBAA;
}
.BgClassName
{
background-color: #3FDBAA;
}
</style>
border-color css
<style>
span { border-color: #3FDBAA; }
span { border-color: rgb(63,219,170); }
td.TdClassName
{
border-color: #3FDBAA;
}
.TagClassName
{
border-color: #3FDBAA;
}
</style>