Shades of Shamrock #3BFA8B
Tints of Shamrock #3BFA8B
RGB
CMYK
RGB Variations
Color information
#3BFA8B (or 0x3BFA8B) is known color: Shamrock. HEX triplet: 3B, FA and 8B. RGB value is (59,250,139). Sum of RGB (Red+Green+Blue) = 59+250+139=448 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.17% from 448); Green value is 250 (98.05% from 255 or 55.80% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFA8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFA8B is #C40574. Grayscale: #B4B4B4. Windows color (decimal): -12846453 or 9173563. OLE color: 9173563.
HSL color Cylindrical-coordinate representation of color #3BFA8B: hue angle of 145.13º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BFA8B is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 250 | 139 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.02 |
| HSL | 145.13º | 0.95% | 0.61% | - |
| HSV(B) | 145.13º | 0.76% | 0.98% | - |
| XYZ | 40.65 | 71.17 | 36.02 | - |
| YUV | 180.24 | 104.72 | 41.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 250 | 139 | 0.76 | 0 | 0.44 | 0.02 | 145.13 | 0.95 | 0.61 |
| Hex | 3B | FA | 8B | 4C | 0 | 2C | 2 | 91 | 5F | 3D |
| Octal | 73 | 372 | 213 | 114 | 0 | 54 | 2 | 221 | 137 | 75 |
| Binary | 111011 | 11111010 | 10001011 | 1001100 | 0 | 101100 | 10 | 10010001 | 1011111 | 111101 |
Color Harmonies of #3BFA8B
Complementary color
Monochromatic Colors of #3BFA8B
Black with #3BFA8B
Text Example
Text Example
White with #3BFA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFA8B; }
p { color: rgb(59,250,139); }
H1.HeaderClassName
{
color: #3BFA8B;
}
.AnyTagClassName
{
color: #3BFA8B;
}
</style>
background-color css
<style>
a { background-color: #3BFA8B; }
a { background-color: rgb(59,250,139); }
div.DivClassName
{
background-color: #3BFA8B;
}
.BgClassName
{
background-color: #3BFA8B;
}
</style>
border-color css
<style>
span { border-color: #3BFA8B; }
span { border-color: rgb(59,250,139); }
td.TdClassName
{
border-color: #3BFA8B;
}
.TagClassName
{
border-color: #3BFA8B;
}
</style>