Shades of Shamrock #3FDB9B
Tints of Shamrock #3FDB9B
RGB
CMYK
RGB Variations
Color information
#3FDB9B (or 0x3FDB9B) is known color: Shamrock. HEX triplet: 3F, DB and 9B. RGB value is (63,219,155). Sum of RGB (Red+Green+Blue) = 63+219+155=437 (57% of max value = 765). Red value is 63 (25% from 255 or 14.42% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDB9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDB9B is #C02464. Grayscale: #A5A5A5. Windows color (decimal): -12592229 or 10214207. OLE color: 10214207.
HSL color Cylindrical-coordinate representation of color #3FDB9B: hue angle of 155.38º 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 #3FDB9B is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 155 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.14 |
| HSL | 155.38º | 0.68% | 0.55% | - |
| HSV(B) | 155.38º | 0.71% | 0.86% | - |
| XYZ | 33.3 | 54.09 | 39.7 | - |
| YUV | 165.06 | 122.32 | 55.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 155 | 0.71 | 0 | 0.29 | 0.14 | 155.38 | 0.68 | 0.55 |
| Hex | 3F | DB | 9B | 47 | 0 | 1D | E | 9B | 44 | 37 |
| Octal | 77 | 333 | 233 | 107 | 0 | 35 | 16 | 233 | 104 | 67 |
| Binary | 111111 | 11011011 | 10011011 | 1000111 | 0 | 11101 | 1110 | 10011011 | 1000100 | 110111 |
Color Harmonies of #3FDB9B
Complementary color
Monochromatic Colors of #3FDB9B
Black with #3FDB9B
Text Example
Text Example
White with #3FDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDB9B; }
p { color: rgb(63,219,155); }
H1.HeaderClassName
{
color: #3FDB9B;
}
.AnyTagClassName
{
color: #3FDB9B;
}
</style>
background-color css
<style>
a { background-color: #3FDB9B; }
a { background-color: rgb(63,219,155); }
div.DivClassName
{
background-color: #3FDB9B;
}
.BgClassName
{
background-color: #3FDB9B;
}
</style>
border-color css
<style>
span { border-color: #3FDB9B; }
span { border-color: rgb(63,219,155); }
td.TdClassName
{
border-color: #3FDB9B;
}
.TagClassName
{
border-color: #3FDB9B;
}
</style>