Shades of Shamrock #3BFBA4
Tints of Shamrock #3BFBA4
RGB
CMYK
RGB Variations
Color information
#3BFBA4 (or 0x3BFBA4) is known color: Shamrock. HEX triplet: 3B, FB and A4. RGB value is (59,251,164). Sum of RGB (Red+Green+Blue) = 59+251+164=474 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.45% from 474); Green value is 251 (98.44% from 255 or 52.95% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 251 - color contains mainly: green. Hex color #3BFBA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFBA4 is #C4045B. Grayscale: #B7B7B7. Windows color (decimal): -12846172 or 10812219. OLE color: 10812219.
HSL color Cylindrical-coordinate representation of color #3BFBA4: hue angle of 152.81º degrees, saturation: 0.96, 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 #3BFBA4 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 251 | 164 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.02 |
| HSL | 152.81º | 0.96% | 0.61% | - |
| HSV(B) | 152.81º | 0.76% | 0.98% | - |
| XYZ | 43 | 72.6 | 46.87 | - |
| YUV | 183.67 | 116.89 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 251 | 164 | 0.76 | 0 | 0.35 | 0.02 | 152.81 | 0.96 | 0.61 |
| Hex | 3B | FB | A4 | 4C | 0 | 23 | 2 | 99 | 60 | 3D |
| Octal | 73 | 373 | 244 | 114 | 0 | 43 | 2 | 231 | 140 | 75 |
| Binary | 111011 | 11111011 | 10100100 | 1001100 | 0 | 100011 | 10 | 10011001 | 1100000 | 111101 |
Color Harmonies of #3BFBA4
Complementary color
Monochromatic Colors of #3BFBA4
Black with #3BFBA4
Text Example
Text Example
White with #3BFBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFBA4; }
p { color: rgb(59,251,164); }
H1.HeaderClassName
{
color: #3BFBA4;
}
.AnyTagClassName
{
color: #3BFBA4;
}
</style>
background-color css
<style>
a { background-color: #3BFBA4; }
a { background-color: rgb(59,251,164); }
div.DivClassName
{
background-color: #3BFBA4;
}
.BgClassName
{
background-color: #3BFBA4;
}
</style>
border-color css
<style>
span { border-color: #3BFBA4; }
span { border-color: rgb(59,251,164); }
td.TdClassName
{
border-color: #3BFBA4;
}
.TagClassName
{
border-color: #3BFBA4;
}
</style>